restructuring
This commit is contained in:
12
home-manager/firefox/default.nix
Normal file
12
home-manager/firefox/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
xdg.mimeApps.defaultApplications = {
|
||||
"text/html" = [ "firefox.desktop" ];
|
||||
"text/xml" = [ "firefox.desktop" ];
|
||||
"x-scheme-handler/http" = [ "firefox.desktop" ];
|
||||
"x-scheme-handler/https" = [ "firefox.desktop" ];
|
||||
};
|
||||
}
|
||||
@@ -14,6 +14,7 @@
|
||||
./git
|
||||
./gtk
|
||||
./shell
|
||||
./firefox
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
@@ -48,13 +49,12 @@
|
||||
# programs.neovim.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
# Desktop
|
||||
firefox
|
||||
alacritty
|
||||
wl-clipboard
|
||||
dunst
|
||||
keepassxc
|
||||
ranger
|
||||
webcord-vencord
|
||||
webcord
|
||||
xfce.thunar
|
||||
xfce.thunar-volman
|
||||
xfce.thunar-archive-plugin
|
||||
@@ -64,7 +64,6 @@
|
||||
wireguard-tools
|
||||
wpa_supplicant
|
||||
ntfs3g
|
||||
xdg-utils
|
||||
kdePackages.polkit-kde-agent-1
|
||||
networkmanagerapplet
|
||||
blueman
|
||||
|
||||
Reference in New Issue
Block a user