Add qutebrowser.
Move qutebrowser configuration to home manager.
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
./programs/mangohud.nix
|
./programs/mangohud.nix
|
||||||
#./programs/nixcord.nix
|
#./programs/nixcord.nix
|
||||||
./programs/oh-my-posh.nix
|
./programs/oh-my-posh.nix
|
||||||
|
./programs/qutebrowser.nix
|
||||||
./programs/rbw.nix
|
./programs/rbw.nix
|
||||||
./programs/rofi.nix
|
./programs/rofi.nix
|
||||||
./programs/stylix.nix
|
./programs/stylix.nix
|
||||||
|
|||||||
6
nodes/hosts/common/home/jay/programs/qutebrowser.nix
Normal file
6
nodes/hosts/common/home/jay/programs/qutebrowser.nix
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{ ... }: {
|
||||||
|
programs.qutebrowser = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user