[feat] Add nil for *.nix
This commit is contained in:
@@ -7,4 +7,16 @@
|
||||
../linux/ironbar.nix
|
||||
../linux/foot.nix
|
||||
];
|
||||
systemd.user.services.spotify-player = {
|
||||
Install = { WantedBy = [ "graphical-session.target" ]; };
|
||||
Unit = {
|
||||
Description = "Spotify Player Daemon";
|
||||
After = [ "graphical-session.target" ];
|
||||
};
|
||||
Service = {
|
||||
ExecStart = "${pkgs.spotify-player}/bin/spotify_player -d";
|
||||
Restart = "on-failure";
|
||||
RestartSec = "5";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
kb_options = "ctrl:nocaps";
|
||||
# kb_rules = "";
|
||||
|
||||
follow_mouse = 1;
|
||||
follow_mouse = 0;
|
||||
|
||||
touchpad = {
|
||||
natural_scroll = true;
|
||||
|
||||
Reference in New Issue
Block a user