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

View file

@ -88,7 +88,7 @@
"$mod, R, togglesplit"
"$mod+shift, S, exec, systemctl suspend"
"$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
"$mod, D, exec, sh ~/nix/home/hyprland/scripts/cmus.sh"

View file

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

View file

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

View file

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

View file

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