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
377fc6d427
commit
222eaf0fef
1 changed files with 21 additions and 13 deletions
|
@ -54,28 +54,36 @@
|
|||
hashedPassword = "$6$aAcbLtqiqzySifls$jdKMOQjoWITHD/dWNNZVUH/qNc6aoJ7v4zYofi0U7IJSVTbmOfChS3mzaJbp57AodjdPNKPrnrip8Nlh2Qanx.";
|
||||
|
||||
packages = with pkgs; [
|
||||
# Fonts
|
||||
fira
|
||||
fira-mono
|
||||
roboto-slab
|
||||
|
||||
firefox
|
||||
fish
|
||||
neofetch
|
||||
thunderbird
|
||||
];
|
||||
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
};
|
||||
|
||||
# Allow Unfree
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Install some packages
|
||||
environment.systemPackages =
|
||||
with pkgs;
|
||||
[
|
||||
flatpak
|
||||
git
|
||||
git-lfs
|
||||
restic
|
||||
unzip
|
||||
wget
|
||||
];
|
||||
with pkgs;
|
||||
[
|
||||
avahi
|
||||
cargo
|
||||
flatpak
|
||||
git
|
||||
git-lfs
|
||||
just
|
||||
nix-index
|
||||
restic
|
||||
rustc
|
||||
unzip
|
||||
wget
|
||||
];
|
||||
|
||||
# Enable/Disable hardware
|
||||
## Turn off PulseAudio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue