update
This commit is contained in:
@@ -196,6 +196,8 @@
|
||||
dmidecode
|
||||
|
||||
(inputs.agenix.packages.${pkgs.system}.default.override { ageBin = "${pkgs.rage}/bin/rage"; })
|
||||
|
||||
qemu_full
|
||||
];
|
||||
|
||||
#wayland with electron/chromium applications
|
||||
|
||||
6
nix/etcnixos/flake.lock
generated
6
nix/etcnixos/flake.lock
generated
@@ -316,11 +316,11 @@
|
||||
},
|
||||
"nixos-hardware": {
|
||||
"locked": {
|
||||
"lastModified": 1726454253,
|
||||
"narHash": "sha256-ikQs0QZGmCfk5cJ2N5nTT6oULMvWgxN6ebk4WsOq9io=",
|
||||
"lastModified": 1726489388,
|
||||
"narHash": "sha256-JBHtN+n1HzKawpnOQAz6jdgvrtYV9c/kyzgoIdguQGo=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixos-hardware",
|
||||
"rev": "b9ab7e57c5d1d456cdeef252d345f3bca9c55851",
|
||||
"rev": "dc8b0296f68f72f3fe77469c549a6f098555c2e9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
lib,
|
||||
username,
|
||||
system,
|
||||
cpu_arch,
|
||||
...
|
||||
}:
|
||||
{
|
||||
@@ -35,7 +34,6 @@
|
||||
};
|
||||
|
||||
services = {
|
||||
|
||||
#using btrfs, so lets scrub!
|
||||
btrfs.autoScrub = {
|
||||
enable = true;
|
||||
@@ -61,6 +59,7 @@
|
||||
enable = true;
|
||||
pkiBundle = "/etc/secureboot";
|
||||
};
|
||||
|
||||
# Bootloader.
|
||||
loader = {
|
||||
/*
|
||||
@@ -103,15 +102,8 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
distrobox
|
||||
niri
|
||||
mangohud
|
||||
];
|
||||
|
||||
# programs.steam.gamescopeSession.enable = true;
|
||||
# programs.gamescope = {
|
||||
# enable = true;
|
||||
# capSysNice = true;
|
||||
# };
|
||||
|
||||
#weird hack to get swaylock working? idk, if you don't put this here, password entry doesnt work
|
||||
#if I move to another lock screen program, i will have to replace `swaylock`
|
||||
security.pam.services.swaylock = { };
|
||||
|
||||
Reference in New Issue
Block a user