movin stuff around
This commit is contained in:
parent
8d0d9f5320
commit
11e83097e6
6 changed files with 7 additions and 20 deletions
|
@ -4,4 +4,5 @@
|
|||
imports = [
|
||||
./modules
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
@ -14,6 +14,8 @@
|
|||
./easyeffects.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
snowhawk.user.enable = lib.mkDefault true;
|
||||
snowhawk.tmux.enable = lib.mkDefault true;
|
||||
snowhawk.fish.enable = lib.mkDefault true;
|
||||
|
|
|
@ -11,5 +11,9 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
home.username = lib.mkDefault "ravenshade";
|
||||
home.homeDirectory = lib.mkDefault "/home/ravenshade";
|
||||
|
||||
home.sessionPath = [
|
||||
"${config.home.homeDirectory}/.cargo/bin"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -27,12 +27,6 @@
|
|||
|
||||
home.file = { };
|
||||
|
||||
home.sessionPath = [
|
||||
"${config.home.homeDirectory}/.cargo/bin"
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
home.stateVersion = "23.11";
|
||||
|
|
|
@ -39,12 +39,6 @@
|
|||
|
||||
home.file = { };
|
||||
|
||||
home.sessionPath = [
|
||||
"${config.home.homeDirectory}/.cargo/bin"
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# wayland.windowManager.hyprland = {
|
||||
# enable = true;
|
||||
# package = pkgs.hyprland;
|
||||
|
|
|
@ -25,14 +25,6 @@
|
|||
'')
|
||||
];
|
||||
|
||||
home.file = { };
|
||||
|
||||
home.sessionPath = [
|
||||
"${config.home.homeDirectory}/.cargo/bin"
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
home.stateVersion = "23.11";
|
||||
|
|
Loading…
Reference in a new issue