From b693e9d02c227f49f0ac2a6f9beb03c96fb9b436 Mon Sep 17 00:00:00 2001
From: DerGrumpf
Date: Mon, 22 Sep 2025 18:45:47 +0200
Subject: [PATCH] Changed: Niri bindings, docker
---
flake.lock | 43 +++++++++++++++++++++++++++++
flake.nix | 4 +++
home/hyprland/mako.nix | 8 +++---
home/niri/niri-config.kdl | 2 +-
modules/containerization/docker.nix | 2 +-
5 files changed, 53 insertions(+), 6 deletions(-)
diff --git a/flake.lock b/flake.lock
index c10d728..e68b7ac 100644
--- a/flake.lock
+++ b/flake.lock
@@ -155,6 +155,27 @@
"type": "github"
}
},
+ "flake-parts_3": {
+ "inputs": {
+ "nixpkgs-lib": [
+ "nur",
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1733312601,
+ "narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=",
+ "owner": "hercules-ci",
+ "repo": "flake-parts",
+ "rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9",
+ "type": "github"
+ },
+ "original": {
+ "owner": "hercules-ci",
+ "repo": "flake-parts",
+ "type": "github"
+ }
+ },
"flake-utils": {
"inputs": {
"systems": "systems_2"
@@ -769,6 +790,27 @@
"type": "github"
}
},
+ "nur": {
+ "inputs": {
+ "flake-parts": "flake-parts_3",
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1758273929,
+ "narHash": "sha256-8ZhQaoeWOcCpe14PLgJ7ZEhWFFISA2qcVuXTGlNZGgU=",
+ "owner": "nix-community",
+ "repo": "NUR",
+ "rev": "2d644af21cc32d53594b9d17fa167c4eec6431cd",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "NUR",
+ "type": "github"
+ }
+ },
"nuschtosSearch": {
"inputs": {
"flake-utils": "flake-utils",
@@ -824,6 +866,7 @@
"nixcord": "nixcord",
"nixpkgs": "nixpkgs_4",
"nixvim": "nixvim",
+ "nur": "nur",
"spicetify-nix": "spicetify-nix",
"unstable": "unstable"
}
diff --git a/flake.nix b/flake.nix
index 38dc687..ad23132 100644
--- a/flake.nix
+++ b/flake.nix
@@ -17,6 +17,10 @@
# Core
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
unstable.url = "github:nixos/nixpkgs/nixos-unstable";
+ nur = {
+ url = "github:nix-community/NUR";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
# Editor
nixvim = {
diff --git a/home/hyprland/mako.nix b/home/hyprland/mako.nix
index 4899b7f..255e5fe 100644
--- a/home/hyprland/mako.nix
+++ b/home/hyprland/mako.nix
@@ -8,11 +8,11 @@
defaultTimeout = 5000;
extraConfig = ''
- [app-name=Spotify]
- border-color=#a6e3a1
+ [app-name=Spotify]
+ border-color=#a6e3a1
- [app-name=Thunderbird]
- border-color=#94e2d5
+ [app-name=Thunderbird]
+ border-color=#94e2d5
'';
};
diff --git a/home/niri/niri-config.kdl b/home/niri/niri-config.kdl
index c5d1817..8848c0d 100644
--- a/home/niri/niri-config.kdl
+++ b/home/niri/niri-config.kdl
@@ -49,7 +49,7 @@ layout {
}
spawn-at-startup "waybar"
-spawn-at-startup "hyprpaper"
+spawn-at-startup "swaync"
spawn-at-startup "while true; do sleep 300; $HOME/.config/hypr/rotate-wallpaper.sh"
screenshot-path "~/Pictures/Screenshots/%Y-%m-%d_%H-%M-%S.png"
diff --git a/modules/containerization/docker.nix b/modules/containerization/docker.nix
index 62ab143..513d40f 100644
--- a/modules/containerization/docker.nix
+++ b/modules/containerization/docker.nix
@@ -3,7 +3,7 @@
{
environment.systemPackages = with pkgs; [
docker-compose
- lazydocker
+ lazydocker # docker tui
];
virtualisation.docker = {