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
|
||||
godot_4
|
||||
aseprite
|
||||
# organization
|
||||
logseq
|
||||
opentabletdriver
|
||||
];
|
||||
|
||||
xdg.configFile.Caprine = {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue