diff options
| author | scouckel <james.krinsky@gmail.com> | 2026-03-25 11:14:16 -0500 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2026-03-25 11:14:16 -0500 |
| commit | 2a50a86e3faea6deae9adc76572cc543baf678d3 (patch) | |
| tree | 95e8bb2771a847cfcc51ca90ac6a2de9548b5bec /modules/nixos/default.nix | |
| parent | 3406096fa9f5dfd669e0b7a43e3f2227d51b10a7 (diff) | |
inital move and renaming
Diffstat (limited to 'modules/nixos/default.nix')
| -rw-r--r-- | modules/nixos/default.nix | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/modules/nixos/default.nix b/modules/nixos/default.nix deleted file mode 100644 index 2c7123a..0000000 --- a/modules/nixos/default.nix +++ /dev/null @@ -1,81 +0,0 @@ -{ pkgs, ... }: - -{ - imports = [ - ./pipewire.nix - ./flatpak.nix - ./greetd.nix - ./xdg-portal.nix - ./bluetooth.nix - ./thunar.nix - ./gaming.nix - ./nix-ld.nix - # ./nordvpn.nix - # ./ly.nix - ./nas.nix - ./fish.nix - ]; - - users.users.jck.packages = with pkgs; [ - pwvucontrol - nix-tree - lxqt.lxqt-policykit - lxqt.lxqt-archiver - rsync - killall - unzip - p7zip-rar - xsel - unar - unrar-wrapper - brightnessctl - ntfs3g - ]; - - programs.localsend.enable = true; - - fonts.packages = with pkgs; [ - nerd-fonts.jetbrains-mono - jetbrains-mono - ]; - - fonts.fontconfig.defaultFonts = { - monospace = [ - "JetBrainsMono Nerd Font" - ]; - }; - - programs.nh = { - enable = true; - clean.enable = true; - clean.extraArgs = "--keep-since 3d --keep 3"; - clean.dates = "daily"; - flake = "/home/jck/nixosconf/"; - }; - - services.printing = { - enable = true; - drivers = with pkgs; [ - brlaser - gutenprint - brgenml1lpr - brgenml1cupswrapper - # cnijfilter2 - ]; - }; - - services.avahi = { - enable = true; - nssmdns4 = true; - openFirewall = true; - }; - - programs.partition-manager.enable = true; - services.udisks2.enable = true; - - services.mullvad-vpn.enable = true; - services.mullvad-vpn.package = pkgs.mullvad-vpn; - services.mullvad-vpn.enableExcludeWrapper = true; - - programs.fish.enable = true; -} |
