Compare commits
No commits in common. "e07ff010bc8716d6f36aecfbad747f375d6fdb7d" and "82e5faaeb84ab3a382c989c7780b55f8f2911b8a" have entirely different histories.
e07ff010bc
...
82e5faaeb8
|
|
@ -15,9 +15,8 @@ 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";
|
||||
|
|
@ -48,12 +47,9 @@ rec {
|
|||
};
|
||||
};
|
||||
|
||||
# Configure default apps
|
||||
# xdg.mimeApps = {
|
||||
# enable = true;
|
||||
# defaultApplications = {
|
||||
# "application/pdf" = "org.pwmt.zathura.desktop";
|
||||
# };
|
||||
# Configure xdg-desktop-portal (for file picker, etc.)
|
||||
# xdg.portal = {
|
||||
# enable = true;
|
||||
# };
|
||||
|
||||
# Install packages
|
||||
|
|
@ -131,15 +127,9 @@ rec {
|
|||
openmoji-black
|
||||
openmoji-color
|
||||
] ++ # Fonts
|
||||
[
|
||||
hunspell
|
||||
hunspellDicts.fr-any
|
||||
hunspellDicts.fr-moderne
|
||||
hunspellDicts.fr-classique
|
||||
] ++ # Spell checking
|
||||
# [ papirus-icon-theme ] ++ # Icons
|
||||
# [ vanilla-dmz ] ++ # Cursor
|
||||
[ keyutils ] ++ # Temp
|
||||
[ kakmerge qgo gnugo hunspell hunspellDicts.fr-any hunspellDicts.fr-moderne hunspellDicts.fr-classique ] ++ # Temp
|
||||
[ ];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.qutebrowser = {
|
||||
enable = true;
|
||||
settings = {
|
||||
tabs.tabs_are_windows = true;
|
||||
};
|
||||
extraConfig = ''
|
||||
c.url.searchengines={"DEFAULT": "https://duckduckgo.com/?q={}", "np": "https://search.nixos.org/packages?type=packages&query={}", "no": "https://search.nixos.org/options?type=options&query={}", "hm": "https://home-manager-options.extranix.com?query={}"}
|
||||
'';
|
||||
};
|
||||
}
|
||||
Loading…
Reference in a new issue