wip: home-manager + stylix
This commit is contained in:
parent
f9acc609b2
commit
116aaaacff
4 changed files with 23 additions and 2 deletions
|
@ -1,11 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.ranomier = {
|
||||
isNormalUser = true;
|
||||
description = "Ranomier";
|
||||
extraGroups = ["networkmanager" "wheel" "podman"];
|
||||
shell = pkgs.zsh;
|
||||
useDefaultShell = true;
|
||||
#packages = with pkgs; [];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue