dotfiles
This commit is contained in:
parent
e945735fa1
commit
b4b1f4a63f
36 changed files with 716 additions and 94 deletions
|
|
@ -7,6 +7,7 @@
|
|||
enable = true;
|
||||
systemd.enable = true;
|
||||
quickshell.package = inputs.quickshell.packages.${pkgs.stdenv.hostPlatform.system}.quickshell;
|
||||
enableSystemMonitoring = false;
|
||||
};
|
||||
|
||||
services.displayManager.dms-greeter = {
|
||||
|
|
@ -20,6 +21,8 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
nirius
|
||||
papirus-icon-theme
|
||||
phinger-cursors
|
||||
];
|
||||
|
||||
systemd.user.services."niriusd" = {
|
||||
|
|
@ -31,4 +34,6 @@
|
|||
ExecStart = "${pkgs.nirius}/bin/niriusd";
|
||||
};
|
||||
};
|
||||
|
||||
services.upower.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue