mirror of
https://github.com/0x1d/nix.git
synced 2025-12-16 06:34:33 +01:00
update system
This commit is contained in:
@@ -2,4 +2,10 @@
|
||||
users.users.demo.isNormalUser = true;
|
||||
users.users.demo.initialPassword = "demo";
|
||||
system.stateVersion = "23.05";
|
||||
|
||||
home-manager.users.demo = {
|
||||
home.stateVersion = "23.05";
|
||||
home.username = "demo";
|
||||
home.homeDirectory = "/home/demo";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -15,6 +15,10 @@
|
||||
home.packages = with pkgs; [
|
||||
plasma5Packages.bismuth
|
||||
kdeconnect
|
||||
kcalc
|
||||
filelight
|
||||
gparted
|
||||
veracrypt
|
||||
nerdfonts
|
||||
tmux
|
||||
btop
|
||||
@@ -29,6 +33,10 @@
|
||||
kubectl
|
||||
chromium
|
||||
obsidian
|
||||
libreoffice-qt
|
||||
hunspell
|
||||
hunspellDicts.de_CH
|
||||
imagemagick
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
||||
Reference in New Issue
Block a user