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