mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Update configuration.nix
This commit is contained in:
parent
377fc6d427
commit
222eaf0fef
1 changed files with 21 additions and 13 deletions
|
@ -54,12 +54,15 @@
|
||||||
hashedPassword = "$6$aAcbLtqiqzySifls$jdKMOQjoWITHD/dWNNZVUH/qNc6aoJ7v4zYofi0U7IJSVTbmOfChS3mzaJbp57AodjdPNKPrnrip8Nlh2Qanx.";
|
hashedPassword = "$6$aAcbLtqiqzySifls$jdKMOQjoWITHD/dWNNZVUH/qNc6aoJ7v4zYofi0U7IJSVTbmOfChS3mzaJbp57AodjdPNKPrnrip8Nlh2Qanx.";
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
# Fonts
|
||||||
|
fira
|
||||||
|
fira-mono
|
||||||
|
roboto-slab
|
||||||
|
|
||||||
firefox
|
firefox
|
||||||
fish
|
neofetch
|
||||||
thunderbird
|
thunderbird
|
||||||
];
|
];
|
||||||
|
|
||||||
shell = pkgs.fish;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Allow Unfree
|
# Allow Unfree
|
||||||
|
@ -69,10 +72,15 @@
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
|
avahi
|
||||||
|
cargo
|
||||||
flatpak
|
flatpak
|
||||||
git
|
git
|
||||||
git-lfs
|
git-lfs
|
||||||
|
just
|
||||||
|
nix-index
|
||||||
restic
|
restic
|
||||||
|
rustc
|
||||||
unzip
|
unzip
|
||||||
wget
|
wget
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue