From 76e83f6498497d243f6656ceaa6109f0b050dfe5 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Tue, 10 Jun 2025 19:35:53 +0200 Subject: [PATCH] more fixes --- flake.nix | 17 +---------------- home-modules/clipboard.nix | 7 +++++++ home.nix | 3 +-- 3 files changed, 9 insertions(+), 18 deletions(-) create mode 100644 home-modules/clipboard.nix diff --git a/flake.nix b/flake.nix index 5520dd2..c74249c 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ hyprland = { url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; }; hyprland-plugins = { url = "github:hyprwm/hyprland-plugins"; inputs.hyprland.follows = "hyprland"; }; - hyprswitch = { url = "github:h3rmt/hyprswitch/release"; }; + hyprspace = { url = "github:KZDKM/Hyprspace"; inputs.hyprland.follows = "hyprland"; }; yazi = { url = "github:sxyazi/yazi"; }; }; @@ -52,32 +52,17 @@ in { inherit pkgs inputs hyper rice secrets; }; }; make-nixos-wsl-system = host: nixpkgs.lib.nixosSystem { - inherit system; modules = [ ./nixos-wsl.nix ]; specialArgs = let hyper = hyper-base // { inherit host; }; in { inherit pkgs inputs hyper rice; }; }; - make-nixondroid-system = host: nixpkgs.lib.nixosSystem { - inherit system; - modules = [ ./nix-on-droid.nix ]; - specialArgs = let - pkgs.version = "24.05"; - hyper = hyper-base // { - inherit host; - system = "aarch64-linux"; - home = assert 1 == 2; ""; - }; - in { inherit pkgs inputs hyper rice; }; - }; in { NxXPS = make-nixos-system "NxXPS" { enable = true; prime = true; }; NxNORTH = make-nixos-system "NxNORTH" { enable = true; prime = false; }; NxACE = make-nixos-system "NxACE" { enable = false; }; NxWSL = make-nixos-wsl-system "NxWSL"; - - NxS23U = make-nixondroid-system "NxS23U"; }; homeConfigurations = let diff --git a/home-modules/clipboard.nix b/home-modules/clipboard.nix new file mode 100644 index 0000000..494ef15 --- /dev/null +++ b/home-modules/clipboard.nix @@ -0,0 +1,7 @@ +{ pkgs, ... }: +{ + services.clipman = { + package = pkgs.clipman; + enable = true; + }; +} diff --git a/home.nix b/home.nix index 92628db..f971c86 100644 --- a/home.nix +++ b/home.nix @@ -6,6 +6,7 @@ ./home-modules/bitwarden.nix ./home-modules/calendar.nix ./home-modules/chatterino.nix + ./home-modules/clipboard.nix ./home-modules/color-pallete.nix ./home-modules/direnv.nix ./home-modules/discord.nix @@ -103,7 +104,6 @@ reflex ripgrep screen - # speedtest-go spicetify-cli sssnake swww @@ -116,7 +116,6 @@ wl-clipboard xclip xfce.thunar - # xournal yt-dlp ] ++ (if (hyper.host != "NxACE") then [ signal-desktop