This commit is contained in:
Benjamin Palko 2024-08-03 13:15:05 -04:00
parent 63d6ac46a3
commit 823fba724e
2 changed files with 5 additions and 0 deletions

View file

@ -10,6 +10,9 @@
# game-dev
godot_4
aseprite
# organization
logseq
opentabletdriver
];
xdg.configFile.Caprine = {

View file

@ -23,6 +23,8 @@ in
./gaming.nix
];
nixpkgs.config.permittedInsecurePackages = [ "electron-27.3.11" ];
# Define a user account. Don't forget to set a password with passwd.
users.users.${username} = {
isNormalUser = true;