This commit is contained in:
Martin Benonisen 2024-07-24 07:11:35 +02:00
parent 87d9496568
commit 77857511fa
Signed by: mbeno
SSH Key Fingerprint: SHA256:iAzOA1WUAxocdh/WRWXcSg5nw2dJ1aDCvPuT+3ZjkwI
8 changed files with 11 additions and 16 deletions

View File

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1720327769,
"narHash": "sha256-kAsg3Lg4YKKpGw+f1W2s5hzjP8B0y/juowvjK8utIag=",
"lastModified": 1721714663,
"narHash": "sha256-ZDW5+rlROxaOuoEfIQM7Gqhoa+WALEYdYIiZhyJjAu0=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "6b7ce96f34b324e4e104abc30d06955d216bac71",
"rev": "7560dc942a6fbd37ebd1310b3dbda513de2d4b82",
"type": "github"
},
"original": {
@ -22,11 +22,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1720031269,
"narHash": "sha256-rwz8NJZV+387rnWpTYcXaRNvzUSnnF9aHONoJIYmiUQ=",
"lastModified": 1721562059,
"narHash": "sha256-Tybxt65eyOARf285hMHIJ2uul8SULjFZbT9ZaEeUnP8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "9f4128e00b0ae8ec65918efeba59db998750ead6",
"rev": "68c9ed8bbed9dfce253cc91560bf9043297ef2fe",
"type": "github"
},
"original": {

View File

@ -25,7 +25,7 @@
powerManagement.finegrained = false;
open = false;
nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.stable;
package = config.boot.kernelPackages.nvidiaPackages.beta;
};
pulseaudio.enable = false;
};

View File

@ -1,4 +1,5 @@
{ config, pkgs, ... }: {
services.flatpak.enable = true;
programs.steam = {
enable = true;

View File

@ -1,6 +1,5 @@
{ config, pkgs, ... }: {
sound.enable = true;
security.rtkit.enable = true;
networking.firewall.enable = false;
security.polkit.enable = true;

View File

@ -19,7 +19,6 @@
./packages
./ssh
./services/ssh-office.nix
./services/gnome-keyring.nix
];
tmux.enable = true;
firefox.enable = true;
@ -32,6 +31,7 @@
vsync = true;
};
};
services.gnome-keyring.enable = true;
home = {
username = "${user}";
homeDirectory = "/home/${user}";

View File

@ -18,7 +18,7 @@
vlc
expat
xdeltaUnstable
transmission-gtk
transmission_4-gtk
alacritty
btop
bzip2

View File

@ -1,5 +0,0 @@
{pkgs, config, ...}:{
services.gnome-keyring = {
enable = true;
};
}

View File

@ -7,7 +7,7 @@
enableCompletion = true;
syntaxHighlighting.enable = true;
shellAliases = {
nrebuild = "sudo nixos-rebuild switch --flake /home/${user}/git/nixos && nvd diff $(ls -d1v /nix/var/nix/profiles/system-*-link|tail -n 2) && source ~/.zshrc";
nrebuild = "nix flake update /home/mbeno/git/nixos && sudo nixos-rebuild switch --flake /home/${user}/git/nixos && nvd diff $(ls -d1v /nix/var/nix/profiles/system-*-link|tail -n 2) && source ~/.zshrc";
nlog = ''
revpath="/nix/var/nix/profiles";
lastrev=$(ls -d1v $revpath/system-*-link|cut -d "-" -f2 | tail -n1);