Compare commits

...

3 commits

Author SHA1 Message Date
joygnu 0dcd733ba4 Gamemode 2024-08-18 08:38:42 +02:00
joygnu 16794022f6 update 2024-08-18 08:38:42 +02:00
joygnu 105538b646 steam 2024-08-18 08:38:42 +02:00
6 changed files with 14 additions and 10 deletions

View file

@ -142,11 +142,11 @@
}, },
"locked": { "locked": {
"dir": "pkgs/firefox-addons", "dir": "pkgs/firefox-addons",
"lastModified": 1723781004, "lastModified": 1723867392,
"narHash": "sha256-DeqldZxk7Rr6Ak+6DQHgLAqmz41gktpCaw9/RM+hP5U=", "narHash": "sha256-tGb8HmrVx2zTBiRfZAbq/yFqx7M6HHkFRvjiNblG9JY=",
"owner": "rycee", "owner": "rycee",
"repo": "nur-expressions", "repo": "nur-expressions",
"rev": "782cf4b3e20822f4b17a3af9da467dce66effe40", "rev": "a264b9ef7ff744dc5a5ea717dd5dc324ea2f0884",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
@ -333,11 +333,11 @@
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1722946882, "lastModified": 1723834469,
"narHash": "sha256-mxtnMye8gs82tdQbVC+g6v3aPOZlH150f9WyntHIkTg=", "narHash": "sha256-PkJTr9DWBQcR5Ru1fJpG80dtw0MLSxAZlKnhHHFAGIA=",
"owner": "danth", "owner": "danth",
"repo": "stylix", "repo": "stylix",
"rev": "5853f1a8bd072f2ebabfc3de3973084353cf6f1e", "rev": "6858d08ed012bc6491cc92c13142104e56badf31",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -88,7 +88,7 @@
"$mod, R, togglesplit" "$mod, R, togglesplit"
"$mod+shift, S, exec, systemctl suspend" "$mod+shift, S, exec, systemctl suspend"
"$mod+shift, M, exit, hyprland" "$mod+shift, M, exit, hyprland"
"$mod, G, exec, sh ~/home/hyprland/scripts/gamemode.sh" "$mod, G, exec, sh ~/nix/home/hyprland/scripts/gamemode.sh"
# cmus # cmus
"$mod, D, exec, sh ~/nix/home/hyprland/scripts/cmus.sh" "$mod, D, exec, sh ~/nix/home/hyprland/scripts/cmus.sh"

View file

@ -6,7 +6,7 @@
boot.loader = { boot.loader = {
efi = { efi = {
canTouchEfiVariables = true; canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi"; # ← use the same mount point here. efiSysMountPoint = "/boot/efi";
}; };
grub = { grub = {
efiSupport = true; efiSupport = true;
@ -14,12 +14,12 @@
}; };
}; };
services.hardware.openrgb.enable = true; services.hardware.openrgb.enable = true;
imports = [ imports = [
../../modules ../../modules
./hardware.nix ./hardware.nix
./unfree.nix
inputs.home-manager.nixosModules.default inputs.home-manager.nixosModules.default
]; ];
} }

View file

@ -1,13 +1,15 @@
{ pkgs, lib, ... }: { pkgs, lib, ... }:
{ {
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"steam-original"
"steam" "steam"
"steam-run"
]; ];
programs.steam.enable = true; programs.steam.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
prismlauncher prismlauncher
zulu17
mangohud mangohud
lutris lutris
zulu17
]; ];
} }

View file

@ -26,4 +26,5 @@
time.timeZone = "Europe/Zurich"; time.timeZone = "Europe/Zurich";
system.stateVersion = "23.11"; system.stateVersion = "23.11";
home-manager.backupFileExtension = "backup"; home-manager.backupFileExtension = "backup";
services.openssh.enable = true;
} }

View file

@ -17,6 +17,7 @@
obs-studio obs-studio
pulseaudioFull pulseaudioFull
#gui stuff #gui stuff
uget
keepassxc keepassxc
vesktop vesktop
signal-desktop signal-desktop