Changed: Niri bindings, docker

This commit is contained in:
2025-09-22 18:45:47 +02:00
parent ac8850ae00
commit b693e9d02c
5 changed files with 53 additions and 6 deletions

43
flake.lock generated
View File

@@ -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"
}

View File

@@ -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 = {

View File

@@ -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
'';
};

View File

@@ -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"

View File

@@ -3,7 +3,7 @@
{
environment.systemPackages = with pkgs; [
docker-compose
lazydocker
lazydocker # docker tui
];
virtualisation.docker = {