Renamed specialisations. Started configuring hyprpaper and hyprlock

This commit is contained in:
2025-11-21 09:23:30 +01:00
parent ee522bd869
commit 27d3b1cae1
11 changed files with 140 additions and 90 deletions

View File

@ -4,11 +4,14 @@
# or if no password (open wifi)
#nmcli device wifi connect <ssid>
{ config, pkgs, lib, username, ... }:
{ config, pkgs, lib, username, version, ... }:
{
imports =
[
./hardware-configuration.nix
./zsh.nix
#./neovim.nix
./packages.nix
];
#networking.hostName = "nixos";
@ -74,4 +77,5 @@
TERMINAL = "kitty";
};
system.stateVersion = version;
}