Add scripts for updating system
This commit is contained in:
@@ -14,7 +14,22 @@
|
||||
home.username = "daniel";
|
||||
home.homeDirectory = "/home/daniel";
|
||||
|
||||
home.file.".icons/default".source = "${pkgs.capitaine-cursors}/share/icons/capitaine-cursors";
|
||||
home.file = {
|
||||
".icons/default".source = "${pkgs.capitaine-cursors}/share/icons/capitaine-cursors";
|
||||
|
||||
"bin/system-update.sh" = {
|
||||
source = ../../scripts/system-update.sh;
|
||||
executable = true;
|
||||
};
|
||||
"bin/home-update.sh" = {
|
||||
source = ../../scripts/home-update.sh;
|
||||
executable = true;
|
||||
};
|
||||
"bin/update.sh" = {
|
||||
source = ../../scripts/update.sh;
|
||||
executable = true;
|
||||
};
|
||||
};
|
||||
|
||||
xsession.enable = true;
|
||||
services.dunst.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user