Changes
8 changed files (+41/-167)
-
-
@@ -223,11 +223,11 @@] }, "locked": { "lastModified": 1776562531, "narHash": "sha256-Lh5Ns9DI67E+lSMOCGK0S+mFPy0mz0yOGiJTUXiR9JI=", "lastModified": 1777852249, "narHash": "sha256-XdbGWnFlX4McOEG5NioVsp35Ic6XL/rXnp8as71cu6o=", "owner": "nix-community", "repo": "home-manager", "rev": "5b56ad02dc643808b8af6d5f3ff179e2ce9593f4", "rev": "c909892de502b4de9e92838a503c09a9c8ebe4aa", "type": "github" }, "original": {
-
@@ -313,33 +313,33 @@"type": "github" } }, "nixpkgs-stable": { "nixpkgs_2": { "locked": { "lastModified": 1777673416, "narHash": "sha256-5c2POKPOjU40Kh0MirOdScBLG0bu9TAuPYAtPRNZMBs=", "lastModified": 1777826146, "narHash": "sha256-wQ/iN5Zp5VIa3ebBibijPnLyKhor+xEbDy4d0goa9Zs=", "owner": "NixOS", "repo": "nixpkgs", "rev": "26ef669cffa904b6f6832ab57b77892a37c1a671", "rev": "73c703c22422b8951895a960959dbbaca7296492", "type": "github" }, "original": { "owner": "NixOS", "ref": "nixos-25.11", "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github" } }, "nixpkgs_2": { "nixpkgs_3": { "locked": { "lastModified": 1776329215, "narHash": "sha256-a8BYi3mzoJ/AcJP8UldOx8emoPRLeWqALZWu4ZvjPXw=", "owner": "NixOS", "lastModified": 1761594641, "narHash": "sha256-sImk6SJQASDLQo8l+0zWWaBgg7TueLS6lTvdH5pBZpo=", "owner": "nixos", "repo": "nixpkgs", "rev": "b86751bc4085f48661017fa226dee99fab6c651b", "rev": "1666250dbe4141e4ca8aaf89b40a3a51c2e36144", "type": "github" }, "original": { "owner": "NixOS", "owner": "nixos", "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github"
-
@@ -352,11 +352,11 @@] }, "locked": { "lastModified": 1777341970, "narHash": "sha256-RJ9e+We0hd9RQbPo4ZJzu45QgEC27NSQileH71nG8gk=", "lastModified": 1777554515, "narHash": "sha256-Pr/yeYnd7l3T6SQ8mMQm4SfxOTSWYxCFSL4AD9B+Xu4=", "ref": "refs/heads/master", "rev": "a71ba239f78e5a8f87acd1cab310677ea046ebca", "revCount": 376, "rev": "5d9cd7314cab8d6cfb6f745645390b1456617666", "revCount": 377, "type": "git", "url": "https://codeberg.org/pocka/plac-for-gtk4.git" },
-
@@ -374,7 +374,6 @@"nix-colorizer": "nix-colorizer", "nixgl": "nixgl", "nixpkgs": "nixpkgs_2", "nixpkgs-stable": "nixpkgs-stable", "plac": "plac", "timetracker": "timetracker" }
-
@@ -462,9 +461,7 @@}, "timetracker": { "inputs": { "nixpkgs": [ "nixpkgs" ] "nixpkgs": "nixpkgs_3" }, "locked": { "lastModified": 1766713327,
-
-
-
@@ -19,9 +19,6 @@inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; # Home-Manager does not support the latest Walker version. nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11"; home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs";
-
@@ -57,7 +54,6 @@timetracker = { url = "git+https://codeberg.org/pocka/timetracker.git"; inputs.nixpkgs.follows = "nixpkgs"; }; };
-
@@ -65,7 +61,6 @@{ self, nixpkgs, nixpkgs-stable, home-manager, agenix, disko,
-
@@ -107,8 +102,6 @@plac timetracker ; pkgs-stable = import nixpkgs-stable { inherit system overlays; }; }; }; in
-
@@ -164,8 +157,6 @@plac timetracker ; pkgs-stable = import nixpkgs-stable { inherit system overlays; }; }; }; in
-
-
-
@@ -20,7 +20,6 @@config, lib, pkgs, pkgs-stable, ... }: let
-
@@ -182,7 +181,7 @@ letMod+T { spawn "${config.lib.nixGL.wrap pkgs.ghostty}/bin/ghostty" "--working-directory=home"; } Mod+X { spawn "swaylock"; } Mod+Q { close-window; } Mod+Space { spawn "${pkgs-stable.walker}/bin/walker" "--modules" "applications,commands,calc,power"; } Mod+Space { spawn "${pkgs.walker}/bin/walker" "--modules" "applications,commands,calc,power"; } Mod+H { focus-column-left; } Mod+J { focus-window-down-or-column-right; }
-
-
-
@@ -15,19 +15,29 @@# # > Wayland-native application runner # https://github.com/abenz1267/walker # # I should switch to another launcher. v1 -> v2 change was bad (XML, seriously?) and # there is no way I'm going to add third-party Flakes that brings indirect dependencies # both for performance and for security. { config, pkgs-stable, ... }: { config, lib, pkgs, ... }: { imports = [ ../palette/rose-pine.nix ]; config = { home.packages = [ pkgs.elephant ]; wayland-desktop.niri.spawn-at-startup = [ [ (lib.getExe pkgs.elephant) ] ]; services.walker = { enable = true; package = pkgs-stable.walker; settings = { close_when_open = true; theme = "nix"; as_window = false; disable_click_to_close = false; force_keyboard_focus = true;
-
@@ -132,124 +142,6 @@} ]; }; theme = { name = "nix"; layout.ui = { anchors = { bottom = true; left = true; right = true; top = true; }; window = { h_align = "fill"; v_align = "fill"; box = { h_align = "center"; width = 800; bar = { orientation = "horizontal"; position = "end"; entry = { h_align = "fill"; h_expand = true; icon = { h_align = "center"; h_expand = true; pixel_size = 24; theme = ""; }; }; }; margins.top = 400; scroll.list = { marker_color = "var(--accent-foreground-color)"; max_height = 500; item = { spacing = 6; activation_label = { h_align = "fill"; v_align = "fill"; width = 20; x_align = 0.5; y_align = 0.5; }; icon = { pixel_size = 26; theme = ""; }; }; margins.top = 8; }; search = { spacing = 4; prompt = { name = "prompt"; icon = "edit-find-symbolic"; pixel_size = 18; h_align = "center"; v_align = "center"; }; clear = { name = "clear"; icon = "edit-clear-symbolic"; pixel_size = 18; h_align = "center"; v_align = "center"; }; input = { h_align = "fill"; h_expand = true; icons = true; }; spinner.hide = true; }; }; }; }; style = let light = config.palette.rose-pine.variants.${config.palette.rose-pine.light-variant}; dark = config.palette.rose-pine.variants.${config.palette.rose-pine.dark-variant}; in '' ${builtins.readFile ./walker/theme.css} #window.dark { --background-color: ${dark.base}; --surface-background-color: ${dark.surface}; --border-color: ${dark.foam}; --foreground-color: ${dark.text}; --dimmed-foreground-color: ${dark.subtle}; } #window.light { --background-color: ${light.base}; --surface-background-color: ${light.surface}; --border-color: ${light.foam}; --foreground-color: ${light.text}; --dimmed-foreground-color: ${light.subtle}; } ''; }; }; }; }
-
-
-
@@ -21,6 +21,9 @@virtualisation.incus = { enable = true; # https://github.com/NixOS/nixpkgs/issues/516070 bucketSupport = false; preseed = { config = { "images.auto_update_interval" = "0";
-
-
-
@@ -20,7 +20,6 @@nix-colorizer, plac, timetracker, pkgs-stable, ... }: {
-
@@ -29,13 +28,6 @@config = { home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; home-manager.extraSpecialArgs = { inherit nix-colorizer plac timetracker pkgs-stable ; }; home-manager.extraSpecialArgs = { inherit nix-colorizer plac timetracker; }; }; }
-
-
-
@@ -17,13 +17,13 @@{ stdenvNoCC, lib, zig, zig_0_15, }: stdenvNoCC.mkDerivation rec { pname = "my-waybar-text"; version = "1.0.0"; nativeBuildInputs = [ zig ]; nativeBuildInputs = [ zig_0_15 ]; src = with lib.fileset;
-
-
-
@@ -18,14 +18,14 @@stdenvNoCC, lib, installShellFiles, zig, zig_0_15, }: stdenvNoCC.mkDerivation rec { pname = "my-workerbee"; version = "1.0.0"; nativeBuildInputs = [ zig zig_0_15 installShellFiles ];
-