add zipline script

This commit is contained in:
cswimr 2024-11-22 09:13:31 -05:00
parent 794380df2d
commit de0e43ef6a
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 202 additions and 0 deletions

View file

@ -8,6 +8,10 @@
".config/fastfetch/config.jsonc".source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/fastfetch.jsonc";
};
home.sessionPath = [
"/etc/nixos/scripts"
];
# link the configuration file in current directory to the specified location in home directory
# home.file.".config/i3/wallpaper.jpg".source = ./wallpaper.jpg;