moved user adam to own config file.
This commit is contained in:
@@ -97,46 +97,6 @@
|
|||||||
# Enable touchpad support (enabled default in most desktopManager).
|
# Enable touchpad support (enabled default in most desktopManager).
|
||||||
# services.xserver.libinput.enable = true;
|
# services.xserver.libinput.enable = true;
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
|
||||||
users.users.adam = {
|
|
||||||
isNormalUser = true;
|
|
||||||
description = "Adam Rabjerg";
|
|
||||||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
|
||||||
packages = with pkgs; [
|
|
||||||
# Web
|
|
||||||
firefox
|
|
||||||
thunderbird
|
|
||||||
nextcloud-client
|
|
||||||
|
|
||||||
# Communication
|
|
||||||
gajim
|
|
||||||
signal-desktop
|
|
||||||
|
|
||||||
# Text and office
|
|
||||||
kate
|
|
||||||
libreoffice-qt
|
|
||||||
|
|
||||||
# media manipulation
|
|
||||||
gimp
|
|
||||||
|
|
||||||
# Terminal
|
|
||||||
guake
|
|
||||||
|
|
||||||
# entertainment
|
|
||||||
spotify
|
|
||||||
|
|
||||||
# dev
|
|
||||||
vscodium
|
|
||||||
kicad
|
|
||||||
|
|
||||||
# security
|
|
||||||
yubioath-desktop
|
|
||||||
nmap
|
|
||||||
|
|
||||||
# Desktop
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
|||||||
39
user-adam.nix
Normal file
39
user-adam.nix
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
|
users.users.adam = {
|
||||||
|
isNormalUser = true;
|
||||||
|
description = "Adam Rabjerg";
|
||||||
|
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||||
|
packages = with pkgs; [
|
||||||
|
# Web
|
||||||
|
firefox
|
||||||
|
thunderbird
|
||||||
|
nextcloud-client
|
||||||
|
|
||||||
|
# Communication
|
||||||
|
gajim
|
||||||
|
signal-desktop
|
||||||
|
|
||||||
|
# Text and office
|
||||||
|
kate
|
||||||
|
libreoffice-qt
|
||||||
|
|
||||||
|
# media manipulation
|
||||||
|
gimp
|
||||||
|
|
||||||
|
# Terminal
|
||||||
|
guake
|
||||||
|
|
||||||
|
# entertainment
|
||||||
|
spotify
|
||||||
|
|
||||||
|
# dev
|
||||||
|
vscodium
|
||||||
|
kicad
|
||||||
|
|
||||||
|
# security
|
||||||
|
yubioath-desktop
|
||||||
|
nmap
|
||||||
|
|
||||||
|
# Desktop
|
||||||
|
];
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user