Adding noisetorch
This commit is contained in:
parent
e7d5236987
commit
19014133d2
1 changed files with 6 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ boot.loader = {
|
||||||
systemd-boot.enable = true;
|
systemd-boot.enable = true;
|
||||||
efi = {
|
efi = {
|
||||||
canTouchEfiVariables = true;
|
canTouchEfiVariables = true;
|
||||||
efiSysMountPoint = "/boot/efi";
|
#efiSysMountPoint = "/boot/efi";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -103,6 +103,7 @@ environment.systemPackages = with pkgs; [
|
||||||
gnomeExtensions.pop-shell
|
gnomeExtensions.pop-shell
|
||||||
discord-ptb
|
discord-ptb
|
||||||
git
|
git
|
||||||
|
vlc
|
||||||
];
|
];
|
||||||
|
|
||||||
# Steam
|
# Steam
|
||||||
|
|
@ -110,5 +111,9 @@ programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Noisetorch
|
||||||
|
programs.noisetorch.enable = true;
|
||||||
|
|
||||||
|
#######################################################
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue