gammastep

This commit is contained in:
rainy 2025-04-28 23:48:02 -07:00
parent 43cbf3b8db
commit 90e800f5ec
3 changed files with 14 additions and 6 deletions

View File

@ -31,6 +31,7 @@
# Enable networking # Enable networking
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
networking.networkmanager.wifi.powersave = false;
# Set your time zone. # Set your time zone.
time.timeZone = "America/Los_Angeles"; time.timeZone = "America/Los_Angeles";

View File

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1745703610, "lastModified": 1745894335,
"narHash": "sha256-KgaGPlmjJItZ+Xf8mSoRmrsso+sf3K54n9oIP9Q17LY=", "narHash": "sha256-m47zhftaod/oHOwoVT25jstdcVLhkrVGyvEHKjbnFHI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "2f5819a962489e037a57835f63ed6ff8dbc2d5fb", "rev": "1ad123239957d40e11ef66c203d0a7e272eb48aa",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -42,11 +42,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1745526057, "lastModified": 1745794561,
"narHash": "sha256-ITSpPDwvLBZBnPRS2bUcHY3gZSwis/uTe255QgMtTLA=", "narHash": "sha256-T36rUZHUART00h3dW4sV5tv4MrXKT7aWjNfHiZz7OHg=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f771eb401a46846c1aebd20552521b233dd7e18b", "rev": "5461b7fa65f3ca74cef60be837fd559a8918eaa0",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -5,6 +5,7 @@
./modules/kitty.nix ./modules/kitty.nix
./modules/fish.nix ./modules/fish.nix
./modules/git.nix ./modules/git.nix
./modules/gammastep.nix
]; ];
home.username = "rainy"; home.username = "rainy";
home.homeDirectory = "/home/rainy"; home.homeDirectory = "/home/rainy";
@ -28,6 +29,12 @@
pkgs.upscayl pkgs.upscayl
pkgs.heroic pkgs.heroic
pkgs.termusic pkgs.termusic
pkgs.yt-dlp
pkgs.lagrange
pkgs.prismlauncher
pkgs.linuxConsoleTools
#pkgs.redshift
#pkgs.youtube-dl
#pkgs.comma #pkgs.comma
]; ];