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.";
|
hashedPassword = "$6$aAcbLtqiqzySifls$jdKMOQjoWITHD/dWNNZVUH/qNc6aoJ7v4zYofi0U7IJSVTbmOfChS3mzaJbp57AodjdPNKPrnrip8Nlh2Qanx.";
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# Fonts
|
neofetch
|
||||||
fira
|
|
||||||
roboto-slab
|
|
||||||
|
|
||||||
# CLI
|
|
||||||
git
|
|
||||||
git-lfs
|
|
||||||
|
|
||||||
# GUI
|
|
||||||
firefox
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -81,8 +72,13 @@
|
||||||
avahi
|
avahi
|
||||||
cargo
|
cargo
|
||||||
dmidecode
|
dmidecode
|
||||||
|
fira
|
||||||
|
firefox
|
||||||
|
git
|
||||||
|
git-lfs
|
||||||
libcamera
|
libcamera
|
||||||
lshw
|
lshw
|
||||||
|
roboto-slab
|
||||||
nix-index
|
nix-index
|
||||||
unzip
|
unzip
|
||||||
wget
|
wget
|
||||||
|
@ -118,7 +114,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# System
|
# System
|
||||||
system.stateVersion = "22.11";
|
system.stateVersion = "23.05";
|
||||||
system.autoUpgrade.enable = true;
|
system.autoUpgrade.enable = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue