diff options
| author | adikro <adikro@disroot.org> | 2025-12-18 21:04:00 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-18 21:04:00 +0100 |
| commit | e60410393cea222b16743a1a87f29c06b9b3543b (patch) | |
| tree | 8a574048613f6b13024795bd710b824b40f5db18 /home/home.nix | |
| parent | ea3bf9c87ee72d6da5ea2316b229082c7fc9cdf6 (diff) | |
rewrite of system modules, hm modules are next
Diffstat (limited to 'home/home.nix')
| -rw-r--r-- | home/home.nix | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/home/home.nix b/home/home.nix deleted file mode 100644 index d2b134f..0000000 --- a/home/home.nix +++ /dev/null @@ -1,78 +0,0 @@ -{ pkgs, inputs, ... }: -{ - imports = [ - # Window Managers - # ./wayland/hyprland/hyprland.nix - ./wayland/niri/niri.nix - # Wayland specific programs - ./wayland/waybar.nix - ./wayland/noctalia.nix - # Editors - ./editors/nixvim.nix - # ./editors/helix.nix - # Programs - ./terminal/foot.nix - ./terminal/fish.nix - ./terminal/starship.nix - ./terminal/utils.nix - ./terminal/btop.nix - ./programs/spicetify.nix - ./programs/nixcord.nix - ./programs/yazi.nix - # Other - ./xdg.nix - ./git.nix -]; - - home.username = "adam"; - home.homeDirectory = "/home/adam"; - home.stateVersion = "25.05"; - - home.packages = with pkgs; [ - protonvpn-gui - v2raya - evolution - imagemagick - kdePackages.kdenlive - syncplay - wofi - bottles - ncdu - equibop - inputs.prismlauncher.packages.${pkgs.stdenv.hostPlatform.system}.prismlauncher - inputs.awww.packages.${pkgs.stdenv.hostPlatform.system}.awww - grim - slurp - satty - veracrypt - brave - qbittorrent-enhanced - foot - bitwarden-desktop - yt-dlp_git - ffmpeg - mpv - gimp - mako - thunderbird - magic-wormhole - obsidian - alsa-utils - ]; - - gtk = { - enable = true; - colorScheme = "dark"; - theme = { - name = "Adwaita-dark"; - package = pkgs.gnome-themes-extra; - }; - }; - - qt = { - enable = true; - style.name = "adwaita-dark"; - style.package = pkgs.adwaita-qt; - platformTheme.name = "kde"; - }; -} |
