From 6920fa481c927b1ec6735a00bab31f77cb00e961 Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 7 Dec 2025 20:37:31 +0100 Subject: reverted unstable kernel, added stable mesa specialization --- home/editors/nixvim.nix | 7 +++++-- home/home.nix | 2 ++ home/wayland/niri/niri.nix | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'home') diff --git a/home/editors/nixvim.nix b/home/editors/nixvim.nix index 2ea5b94..b8a4e5a 100644 --- a/home/editors/nixvim.nix +++ b/home/editors/nixvim.nix @@ -13,6 +13,9 @@ plugins = { lualine.enable = true; + oil.enable = true; + lazygit.enable = true; + persistence.enable = true; nvim-autopairs.enable = true; neoscroll.enable = true; bufferline.enable = true; @@ -21,7 +24,7 @@ treesitter = { enable = true; settings = { - indent.enable = true; + indent.enable = true; }; }; @@ -88,7 +91,7 @@ scrolloff = 5; clipboard = { providers.wl-copy.enable = true; - register = "wl-copy"; + register = "unnamedplus"; }; }; }; diff --git a/home/home.nix b/home/home.nix index 121b61c..2d4bf04 100644 --- a/home/home.nix +++ b/home/home.nix @@ -29,6 +29,8 @@ home.stateVersion = "25.05"; home.packages = with pkgs; [ + obs-studio + wofi bottles ncdu equibop diff --git a/home/wayland/niri/niri.nix b/home/wayland/niri/niri.nix index 60a5e16..341866a 100644 --- a/home/wayland/niri/niri.nix +++ b/home/wayland/niri/niri.nix @@ -70,6 +70,7 @@ spawn-at-startup = [ { command = [ "${lib.getExe pkgs.xwayland-satellite}" ]; } { command = [ "awww-daemon" ]; } + # { command = [ "noctalia-shell" ]; } { command = [ "wl-paste --watch cliphist store" ]; } ]; }; -- cgit v1.3