Factored nix wm configs

This commit is contained in:
agryphus 2023-12-13 08:57:32 -05:00
parent 02b4cdcabb
commit af5411f330
4 changed files with 91 additions and 102 deletions

View file

@ -19,6 +19,12 @@
"/share"
];
i18n.defaultLocale = "en_US.UTF-8";
fonts.packages = with pkgs; [
(nerdfonts.override { fonts = [ "FiraCode" ]; })
];
networking.networkmanager.enable = true;
# Bluetooth daemon
@ -91,6 +97,7 @@
pass-nodmenu # CLI password store (without dmenu dependency)
pinentry-curses # Terminal-based pinentry program
python311 # Python
socat # Interact with sockets
syncthing # Syncing files between machines
tldr # Brief info about a command
tmux # Terminal multiplexor