Renamed specialisations. Started configuring hyprpaper and hyprlock
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user