feat: a bunch of changes i forgot to commit
This commit is contained in:
parent
57c72d9ac7
commit
8141140de9
21 changed files with 2871 additions and 186 deletions
|
@ -2,9 +2,9 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./disks.nix
|
||||
./river.nix
|
||||
./theme.nix
|
||||
./configs
|
||||
./apps.nix
|
||||
./users.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
|
@ -37,57 +37,6 @@
|
|||
enable32Bit = false;
|
||||
};
|
||||
|
||||
environment.systemPackages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
nil
|
||||
statix
|
||||
deadnix
|
||||
alejandra
|
||||
wget
|
||||
vesktop
|
||||
nicotine-plus
|
||||
mpv
|
||||
imv
|
||||
lunarvim
|
||||
amberol
|
||||
;
|
||||
};
|
||||
|
||||
alqueva = {
|
||||
mpd = {
|
||||
enable = true;
|
||||
ncmpcpp = true;
|
||||
};
|
||||
|
||||
fonts = {
|
||||
names = {
|
||||
sansSerif = ["Iosevka Comfy Wide Fixed"];
|
||||
monospace = ["Iosevka Comfy Wide Fixed"];
|
||||
serif = ["Iosevka Comfy Wide Motion Fixed"];
|
||||
};
|
||||
|
||||
packages = builtins.attrValues {
|
||||
nerdfonts = pkgs.nerdfonts.override {fonts = ["NerdFontsSymbolsOnly"];};
|
||||
inherit (pkgs) font-awesome;
|
||||
inherit (pkgs.iosevka-comfy)
|
||||
comfy-wide-motion-fixed
|
||||
comfy-wide-fixed
|
||||
;
|
||||
};
|
||||
|
||||
enable = true;
|
||||
};
|
||||
|
||||
qutebrowser.enable = true;
|
||||
pipewire.enable = true;
|
||||
openssh.enable = true;
|
||||
libvirt.enable = true;
|
||||
direnv.enable = true;
|
||||
emacs.enable = true;
|
||||
git.enable = true;
|
||||
};
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
time.timeZone = "Europe/London";
|
||||
i18n.defaultLocale = "nl_NL.UTF-8";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue