Set project name as a varible in flake so it can be changed easier.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{config, pkgs, username, ...}:
|
||||
{config, pkgs, username, project, ...}:
|
||||
let
|
||||
# Define the custom background package with the correct relative path
|
||||
background-package = pkgs.stdenvNoCC.mkDerivation {
|
||||
@ -71,8 +71,8 @@ in
|
||||
#};
|
||||
|
||||
system.activationScripts.script.text = ''
|
||||
source /home/cookiez/NixOS/other/colors.sh
|
||||
source /home/cookiez/NixOS/other/pfp.sh
|
||||
source /home/${username}/${project}/other/colors.sh
|
||||
source /home/${username}/${project}/other/pfp.sh
|
||||
'';
|
||||
|
||||
#services.displayManager.sddm = {
|
||||
|
||||
Reference in New Issue
Block a user