mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Update configuration.nix
This commit is contained in:
parent
8c29a7be92
commit
395e87c3fd
1 changed files with 7 additions and 11 deletions
|
@ -58,16 +58,7 @@
|
|||
hashedPassword = "$6$aAcbLtqiqzySifls$jdKMOQjoWITHD/dWNNZVUH/qNc6aoJ7v4zYofi0U7IJSVTbmOfChS3mzaJbp57AodjdPNKPrnrip8Nlh2Qanx.";
|
||||
|
||||
packages = with pkgs; [
|
||||
# Fonts
|
||||
fira
|
||||
roboto-slab
|
||||
|
||||
# CLI
|
||||
git
|
||||
git-lfs
|
||||
|
||||
# GUI
|
||||
firefox
|
||||
neofetch
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -81,8 +72,13 @@
|
|||
avahi
|
||||
cargo
|
||||
dmidecode
|
||||
fira
|
||||
firefox
|
||||
git
|
||||
git-lfs
|
||||
libcamera
|
||||
lshw
|
||||
roboto-slab
|
||||
nix-index
|
||||
unzip
|
||||
wget
|
||||
|
@ -118,7 +114,7 @@
|
|||
};
|
||||
|
||||
# System
|
||||
system.stateVersion = "22.11";
|
||||
system.stateVersion = "23.05";
|
||||
system.autoUpgrade.enable = true;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue