small refactor
This commit is contained in:
parent
eb13892a05
commit
334976edf9
2 changed files with 3 additions and 6 deletions
|
|
@ -1,44 +0,0 @@
|
|||
{ config, overlays, pkgs, ... }: {
|
||||
networking.hostName = "winter";
|
||||
system.stateVersion = "20.09";
|
||||
|
||||
environment.etc."machine-id".source = "/mnt/bcachefs/machine-id";
|
||||
|
||||
imports = [
|
||||
./audio.nix
|
||||
./gui.nix
|
||||
./hardware-configuration.nix
|
||||
./kernel.nix
|
||||
./networking.nix
|
||||
./packages.nix
|
||||
./security.nix
|
||||
];
|
||||
nix = {
|
||||
package = pkgs.nixUnstable;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
};
|
||||
nixpkgs.overlays = with overlays; [
|
||||
discord
|
||||
linux
|
||||
polybar
|
||||
picom
|
||||
wine-osu
|
||||
];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# set in flakes-secrets
|
||||
# time.timeZone = "";
|
||||
i18n.defaultLocale = "en_GB.UTF-8";
|
||||
|
||||
users.mutableUsers = false;
|
||||
users.users.lava = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
console.useXkbConfig = true;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue