logseq
This commit is contained in:
parent
63d6ac46a3
commit
823fba724e
2 changed files with 5 additions and 0 deletions
|
|
@ -10,6 +10,9 @@
|
||||||
# game-dev
|
# game-dev
|
||||||
godot_4
|
godot_4
|
||||||
aseprite
|
aseprite
|
||||||
|
# organization
|
||||||
|
logseq
|
||||||
|
opentabletdriver
|
||||||
];
|
];
|
||||||
|
|
||||||
xdg.configFile.Caprine = {
|
xdg.configFile.Caprine = {
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,8 @@ in
|
||||||
./gaming.nix
|
./gaming.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [ "electron-27.3.11" ];
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.${username} = {
|
users.users.${username} = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue