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
|
# NTFS support
|
||||||
|
|
||||||
boot.supportedFilesystems = [ "ntfs" ];
|
boot.supportedFilesystems = [ "ntfs" ];
|
||||||
|
@ -234,7 +237,7 @@
|
||||||
# Steam
|
# Steam
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# remotePlay.openFirewall = true;
|
remotePlay.openFirewall = true;
|
||||||
# dedicatedServer.openFirewall = true;
|
# dedicatedServer.openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -298,7 +301,6 @@
|
||||||
exfatprogs
|
exfatprogs
|
||||||
gparted
|
gparted
|
||||||
tmux
|
tmux
|
||||||
fresh.jetbrains.jdk
|
|
||||||
# graalvm17-ce
|
# graalvm17-ce
|
||||||
distrobox
|
distrobox
|
||||||
|
|
||||||
|
|
|
@ -59,11 +59,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-fresh": {
|
"nixpkgs-fresh": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1702312524,
|
"lastModified": 1702723167,
|
||||||
"narHash": "sha256-gkZJRDBUCpTPBvQk25G0B7vfbpEYM5s5OZqghkjZsnE=",
|
"narHash": "sha256-cIxAF4Do+B7mQxzRDo/8B9QO0i2ap3i/i6Ujk8kx+Ws=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "a9bf124c46ef298113270b1f84a164865987a91c",
|
"rev": "7d6929828a2d28eda9d37254ff6be3b6819506ca",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
3
home.nix
3
home.nix
|
@ -64,7 +64,7 @@
|
||||||
gimp
|
gimp
|
||||||
krita
|
krita
|
||||||
inkscape-with-extensions
|
inkscape-with-extensions
|
||||||
blockbench-electron
|
# blockbench-electron
|
||||||
# games
|
# games
|
||||||
prismlauncher
|
prismlauncher
|
||||||
xonotic
|
xonotic
|
||||||
|
@ -72,6 +72,7 @@
|
||||||
superTuxKart
|
superTuxKart
|
||||||
lutris
|
lutris
|
||||||
# dev
|
# dev
|
||||||
|
# jetbrains.jdk
|
||||||
jetbrains.idea-community
|
jetbrains.idea-community
|
||||||
packwiz
|
packwiz
|
||||||
# vscodium # see programs.vscode
|
# vscodium # see programs.vscode
|
||||||
|
|
Loading…
Reference in a new issue