mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-22 03:07:56 +01:00
bump
This commit is contained in:
parent
c4d98af2fe
commit
eb46c3ddf6
3 changed files with 9 additions and 6 deletions
|
@ -58,6 +58,9 @@
|
|||
'';
|
||||
};
|
||||
|
||||
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
|
||||
# NTFS support
|
||||
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
|
@ -234,7 +237,7 @@
|
|||
# Steam
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
# remotePlay.openFirewall = true;
|
||||
remotePlay.openFirewall = true;
|
||||
# dedicatedServer.openFirewall = true;
|
||||
};
|
||||
|
||||
|
@ -298,7 +301,6 @@
|
|||
exfatprogs
|
||||
gparted
|
||||
tmux
|
||||
fresh.jetbrains.jdk
|
||||
# graalvm17-ce
|
||||
distrobox
|
||||
|
||||
|
|
|
@ -59,11 +59,11 @@
|
|||
},
|
||||
"nixpkgs-fresh": {
|
||||
"locked": {
|
||||
"lastModified": 1702312524,
|
||||
"narHash": "sha256-gkZJRDBUCpTPBvQk25G0B7vfbpEYM5s5OZqghkjZsnE=",
|
||||
"lastModified": 1702723167,
|
||||
"narHash": "sha256-cIxAF4Do+B7mQxzRDo/8B9QO0i2ap3i/i6Ujk8kx+Ws=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "a9bf124c46ef298113270b1f84a164865987a91c",
|
||||
"rev": "7d6929828a2d28eda9d37254ff6be3b6819506ca",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
3
home.nix
3
home.nix
|
@ -64,7 +64,7 @@
|
|||
gimp
|
||||
krita
|
||||
inkscape-with-extensions
|
||||
blockbench-electron
|
||||
# blockbench-electron
|
||||
# games
|
||||
prismlauncher
|
||||
xonotic
|
||||
|
@ -72,6 +72,7 @@
|
|||
superTuxKart
|
||||
lutris
|
||||
# dev
|
||||
# jetbrains.jdk
|
||||
jetbrains.idea-community
|
||||
packwiz
|
||||
# vscodium # see programs.vscode
|
||||
|
|
Loading…
Reference in a new issue