refactor: move multiple gnome packages to the root from the gnome subgroup
This commit is contained in:
parent
e5956d1e57
commit
efb78d4531
5 changed files with 8 additions and 9 deletions
|
@ -132,7 +132,7 @@ lib.mkIf osConfig.programs.hyprland.enable {
|
|||
bind =
|
||||
[
|
||||
"$mod, D, exec, rofi -config ${config.home.homeDirectory}/.config/rofi/config.rasi -show combi -automatic-save-to-history"
|
||||
"$mod, E, exec, ${pkgs.gnome.nautilus}/bin/nautilus"
|
||||
"$mod, E, exec, ${pkgs.nautilus}/bin/nautilus"
|
||||
"$mod, Return, exec, ${pkgs.alacritty}/bin/alacritty"
|
||||
#"$mod, S, exec, rofi -show clipboard -show-icons"
|
||||
"$mod SHIFT, Q, killactive,"
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
let
|
||||
homeDirectory = config.home.homeDirectory;
|
||||
term = "${pkgs.alacritty}/bin/alacritty";
|
||||
filemanager = "${pkgs.gnome.nautilus}/bin/nautilus";
|
||||
filemanager = "${pkgs.nautilus}/bin/nautilus";
|
||||
colors = {
|
||||
lavender = "#babbf1";
|
||||
black = "#000000";
|
||||
|
|
|
@ -42,13 +42,13 @@
|
|||
element-desktop
|
||||
libreoffice
|
||||
loupe
|
||||
gnome.seahorse
|
||||
seahorse
|
||||
gimp
|
||||
vlc
|
||||
pavucontrol
|
||||
thunderbird
|
||||
keepassxc
|
||||
gnome.nautilus
|
||||
nautilus
|
||||
lollypop
|
||||
protonmail-bridge-gui
|
||||
varia
|
||||
|
|
|
@ -170,14 +170,13 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
shared-mime-info
|
||||
fish
|
||||
nextcloud-client
|
||||
git
|
||||
firefox
|
||||
htop
|
||||
nextcloud-client
|
||||
kdeconnect
|
||||
alacritty
|
||||
eza
|
||||
bat
|
||||
kdeconnect
|
||||
glib
|
||||
wireguard-tools
|
||||
dconf
|
||||
|
|
|
@ -44,12 +44,12 @@
|
|||
element-desktop
|
||||
libreoffice
|
||||
loupe
|
||||
gnome.seahorse
|
||||
seahorse
|
||||
gimp
|
||||
vlc
|
||||
thunderbird
|
||||
keepassxc
|
||||
gnome.nautilus
|
||||
nautilus
|
||||
lollypop
|
||||
protonmail-bridge-gui
|
||||
varia
|
||||
|
|
Loading…
Add table
Reference in a new issue