Compare commits
	
		
			2 commits
		
	
	
		
			a5fc639749
			...
			9272269c1e
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
							 | 
						9272269c1e | ||
| 
							 | 
						2d4accf81f | 
					 3 changed files with 11 additions and 10 deletions
				
			
		
							
								
								
									
										12
									
								
								flake.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										12
									
								
								flake.lock
									
										
									
										generated
									
									
									
								
							| 
						 | 
				
			
			@ -252,11 +252,11 @@
 | 
			
		|||
        ]
 | 
			
		||||
      },
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1761962287,
 | 
			
		||||
        "narHash": "sha256-Wm9p7PpkSy6bgw9NU+NKCy1i3CQCYbTEbsHURaGnINA=",
 | 
			
		||||
        "lastModified": 1762048816,
 | 
			
		||||
        "narHash": "sha256-gAGed5eYA6WTVQSMELyi+168A9N2UNEjwXn5xm0czsk=",
 | 
			
		||||
        "owner": "nix-community",
 | 
			
		||||
        "repo": "nix-vscode-extensions",
 | 
			
		||||
        "rev": "1a37285c50e143620fad2e9fb322adff5e2df1f2",
 | 
			
		||||
        "rev": "c8261cd60b0623635b4b88ae0f75ac3bfeddf260",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
| 
						 | 
				
			
			@ -267,11 +267,11 @@
 | 
			
		|||
    },
 | 
			
		||||
    "nixpkgs": {
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1761597516,
 | 
			
		||||
        "narHash": "sha256-wxX7u6D2rpkJLWkZ2E932SIvDJW8+ON/0Yy8+a5vsDU=",
 | 
			
		||||
        "lastModified": 1761999846,
 | 
			
		||||
        "narHash": "sha256-IYlYnp4O4dzEpL77BD/lj5NnJy2J8qbHkNSFiPBCbqo=",
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "rev": "daf6dc47aa4b44791372d6139ab7b25269184d55",
 | 
			
		||||
        "rev": "3de8f8d73e35724bf9abef41f1bdbedda1e14a31",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,13 +1,14 @@
 | 
			
		|||
{ pkgs, ... }:
 | 
			
		||||
{ pkgs, lib, ... }:
 | 
			
		||||
{
 | 
			
		||||
  config.programs.fuzzel = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    settings = {
 | 
			
		||||
      main = {
 | 
			
		||||
        terminal = "${pkgs.alacritty}/bin/alacritty";
 | 
			
		||||
        terminal = "${lib.getBin pkgs.gnome-console}/bin/kgx";
 | 
			
		||||
        icon-theme = "Adwaita";
 | 
			
		||||
        counter = true;
 | 
			
		||||
        font = "sans:size=10";
 | 
			
		||||
        font = "sans:size=11";
 | 
			
		||||
        launch-prefix = "niri msg action spawn --";
 | 
			
		||||
      };
 | 
			
		||||
      colors = {
 | 
			
		||||
        border = "0003B3FF";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -170,7 +170,7 @@
 | 
			
		|||
        "Mod+Shift+Numbersign".action.show-hotkey-overlay = { };
 | 
			
		||||
 | 
			
		||||
        # Suggested binds for running programs: terminal, app launcher, screen locker.
 | 
			
		||||
        "Mod+T".action.spawn = "${lib.getBin pkgs.gnome-terminal}/bin/gnome-terminal";
 | 
			
		||||
        "Mod+T".action.spawn = "${lib.getBin pkgs.gnome-console}/bin/kgx";
 | 
			
		||||
        "Mod+D".action.spawn = "fuzzel";
 | 
			
		||||
        "Super+Alt+L".action.spawn = "${lib.getBin config.programs.swaylock.package}/bin/swaylock";
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue