some plays, some updates
This commit is contained in:
+2
-28
@@ -1,7 +1,5 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
# KROSH mention
|
||||
|
||||
{
|
||||
imports = [
|
||||
./modules/amnezia.nix
|
||||
@@ -15,32 +13,8 @@
|
||||
./modules/security.nix
|
||||
./modules/timelang.nix
|
||||
./modules/wm.nix
|
||||
];
|
||||
|
||||
system.stateVersion = "25.11";
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 14d";
|
||||
};
|
||||
|
||||
services.printing.enable = true;
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
users.users.krosh = {
|
||||
isNormalUser = true;
|
||||
description = "krosh";
|
||||
extraGroups = [ "fprint" "networkmanager" "wheel" "libvirtd" ];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
services.upower.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
(writeShellScriptBin "power_max" (builtins.readFile ./scripts/max.sh))
|
||||
(writeShellScriptBin "power_min" (builtins.readFile ./scripts/min.sh))
|
||||
./modules/unsorted.nix
|
||||
./modules/thunar.nix
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user