diff options
| author | andromeda <andromeda@lenovo> | 2026-05-01 17:16:43 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-05-01 17:16:43 +0200 |
| commit | 0f3a4643846fa5d5f5c56042338bc2bdb46646fb (patch) | |
| tree | 6a94e8d6c3aae478e2484d4d49310f5adac7ea5d /nix | |
| parent | a98b53de9991167471e840ae3c18798c8d9fc1b7 (diff) | |
no stylix, use cinny
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/configuration.nix | 11 | ||||
| -rw-r--r-- | nix/home.nix | 79 |
2 files changed, 8 insertions, 82 deletions
diff --git a/nix/configuration.nix b/nix/configuration.nix index ec160fc..6be8100 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -112,17 +112,18 @@ in { users.andromeda = { directories = [ ".backups" - ".cache/guix" + ".cache/guix" ".config/guix" ".gnupg" - ".local/share/AAAAXY" + #".local/share/AAAAXY" ".local/share/Anki2" - ".local/share/chat.fluffy.fluffychat" - ".local/share/Mindustry" + #".local/share/chat.fluffy.fluffychat" + ".local/share/cinny" + ".local/share/in.cinny.app" + #".local/share/Mindustry" ".local/share/zoxide" ".ssh" "conf" - "conf_v1" "Downloads" "pp" ]; diff --git a/nix/home.nix b/nix/home.nix index e842e34..5663bd2 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -1,68 +1,24 @@ { config, - lib, pkgs, ... }: let sources = import ./npins; - background-path = ".config/sway/background.png"; - sway_config = - pkgs.substitute - { - src = ./home/sway_config; - substitutions = [ - "--replace" - "@backgroundImagePath@" - "${config.home.homeDirectory}/${background-path}" - ]; - }; in { home = { - file = { - ${background-path}.source = config.stylix.image; - ".profile".enable = false; - }; + file.".profile".enable = false; homeDirectory = "/home/${config.home.username}"; packages = [ - pkgs.aaaaxy - #pkgs.acpi (pkgs.callPackage "${sources.agenix}/pkgs/agenix.nix" {}) - #pkgs.alacritty pkgs.anki - #(import "${sources.anki-cli}/package.nix") - #pkgs.c3term - #pkgs.brightnessctl - #pkgs.dust - pkgs.fluffychat - #pkgs.fzf - #pkgs.gdb - pkgs.glow - #pkgs.grim - #pkgs.hexdump - pkgs.http-server - #pkgs.jmtpfs pkgs.mindustry-wayland - #pkgs.nasm pkgs.nix-output-monitor pkgs.npins - #pkgs.pciutils - #pkgs.ranger - pkgs.rip2 - #pkgs.ripgrep - #pkgs.slurp - #pkgs.tokei - #pkgs.tree - #pkgs.usbutils - #pkgs.wget - #pkgs.xxd ]; stateVersion = "26.05"; username = "andromeda"; }; - imports = [ - (import sources.nvf).homeManagerModules.nvf - (import sources.stylix).homeModules.stylix - ]; + imports = [(import sources.nvf).homeManagerModules.nvf]; programs = { firefox = { enable = true; @@ -80,7 +36,6 @@ in { }; }; }; - gh.enable = true; gpg.enable = true; home-manager.enable = true; nvf = { @@ -181,37 +136,7 @@ in { enable = true; pinentry.package = pkgs.pinentry-curses; }; - stylix = { - base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-material-dark-hard.yaml"; - enable = true; - fonts = { - emoji = { - name = "Noto Color Emoji"; - package = pkgs.noto-fonts-color-emoji; - }; - monospace = { - name = "Miracode"; - package = pkgs.miracode; - }; - serif = config.stylix.fonts.sansSerif; - sizes = { - applications = 10; - terminal = 10; - }; - }; - image = "${pkgs.nixos-artwork.wallpapers.gear}/share/backgrounds/nixos/nix-wallpaper-gear.png"; - polarity = "dark"; - cursor = { - name = "Hackneyed"; - package = pkgs.hackneyed; - size = 16; - }; - }; - wayland.windowManager.sway.enable = true; xdg = { - configFile = { - "sway/config".source = lib.mkForce sway_config; - }; portal = { enable = true; extraPortals = [pkgs.xdg-desktop-portal-shana]; |
