Installed qutebrowser and added keyutils.
This commit is contained in:
parent
f960fcc43a
commit
e07ff010bc
|
|
@ -15,8 +15,9 @@ rec {
|
||||||
../../snippets/sway.nix
|
../../snippets/sway.nix
|
||||||
../../snippets/waybar.nix
|
../../snippets/waybar.nix
|
||||||
# ../../snippets/i3blocks.nix
|
# ../../snippets/i3blocks.nix
|
||||||
../../snippets/firefox.nix
|
# ../../snippets/firefox.nix
|
||||||
../../snippets/thunderbird.nix
|
../../snippets/thunderbird.nix
|
||||||
|
../../snippets/qutebrowser.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.username = "alice";
|
home.username = "alice";
|
||||||
|
|
@ -47,9 +48,12 @@ rec {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Configure xdg-desktop-portal (for file picker, etc.)
|
# Configure default apps
|
||||||
# xdg.portal = {
|
# xdg.mimeApps = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
|
# defaultApplications = {
|
||||||
|
# "application/pdf" = "org.pwmt.zathura.desktop";
|
||||||
|
# };
|
||||||
# };
|
# };
|
||||||
|
|
||||||
# Install packages
|
# Install packages
|
||||||
|
|
@ -135,7 +139,7 @@ rec {
|
||||||
] ++ # Spell checking
|
] ++ # Spell checking
|
||||||
# [ papirus-icon-theme ] ++ # Icons
|
# [ papirus-icon-theme ] ++ # Icons
|
||||||
# [ vanilla-dmz ] ++ # Cursor
|
# [ vanilla-dmz ] ++ # Cursor
|
||||||
[ ] ++ # Temp
|
[ keyutils ] ++ # Temp
|
||||||
[ ];
|
[ ];
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue