zenix: update, add niri
This commit is contained in:
parent
bbfa0261f2
commit
b96e88ceef
3 changed files with 59 additions and 130 deletions
16
nixos/programs/niri.nix
Normal file
16
nixos/programs/niri.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{pkgs, ...}: {
|
||||
programs.niri = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
imports = [
|
||||
./pipewire.nix
|
||||
../workstation.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = [pkgs.fuzzel];
|
||||
|
||||
# home-manager.users.${config.user}.imports = [
|
||||
# ../../home/desktop/niri/.
|
||||
# ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue