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 =
|
bind =
|
||||||
[
|
[
|
||||||
"$mod, D, exec, rofi -config ${config.home.homeDirectory}/.config/rofi/config.rasi -show combi -automatic-save-to-history"
|
"$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, Return, exec, ${pkgs.alacritty}/bin/alacritty"
|
||||||
#"$mod, S, exec, rofi -show clipboard -show-icons"
|
#"$mod, S, exec, rofi -show clipboard -show-icons"
|
||||||
"$mod SHIFT, Q, killactive,"
|
"$mod SHIFT, Q, killactive,"
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
let
|
let
|
||||||
homeDirectory = config.home.homeDirectory;
|
homeDirectory = config.home.homeDirectory;
|
||||||
term = "${pkgs.alacritty}/bin/alacritty";
|
term = "${pkgs.alacritty}/bin/alacritty";
|
||||||
filemanager = "${pkgs.gnome.nautilus}/bin/nautilus";
|
filemanager = "${pkgs.nautilus}/bin/nautilus";
|
||||||
colors = {
|
colors = {
|
||||||
lavender = "#babbf1";
|
lavender = "#babbf1";
|
||||||
black = "#000000";
|
black = "#000000";
|
||||||
|
|
|
@ -42,13 +42,13 @@
|
||||||
element-desktop
|
element-desktop
|
||||||
libreoffice
|
libreoffice
|
||||||
loupe
|
loupe
|
||||||
gnome.seahorse
|
seahorse
|
||||||
gimp
|
gimp
|
||||||
vlc
|
vlc
|
||||||
pavucontrol
|
pavucontrol
|
||||||
thunderbird
|
thunderbird
|
||||||
keepassxc
|
keepassxc
|
||||||
gnome.nautilus
|
nautilus
|
||||||
lollypop
|
lollypop
|
||||||
protonmail-bridge-gui
|
protonmail-bridge-gui
|
||||||
varia
|
varia
|
||||||
|
|
|
@ -170,14 +170,13 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
shared-mime-info
|
shared-mime-info
|
||||||
fish
|
fish
|
||||||
nextcloud-client
|
|
||||||
git
|
git
|
||||||
firefox
|
|
||||||
htop
|
htop
|
||||||
|
nextcloud-client
|
||||||
|
kdeconnect
|
||||||
alacritty
|
alacritty
|
||||||
eza
|
eza
|
||||||
bat
|
bat
|
||||||
kdeconnect
|
|
||||||
glib
|
glib
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
dconf
|
dconf
|
||||||
|
|
|
@ -44,12 +44,12 @@
|
||||||
element-desktop
|
element-desktop
|
||||||
libreoffice
|
libreoffice
|
||||||
loupe
|
loupe
|
||||||
gnome.seahorse
|
seahorse
|
||||||
gimp
|
gimp
|
||||||
vlc
|
vlc
|
||||||
thunderbird
|
thunderbird
|
||||||
keepassxc
|
keepassxc
|
||||||
gnome.nautilus
|
nautilus
|
||||||
lollypop
|
lollypop
|
||||||
protonmail-bridge-gui
|
protonmail-bridge-gui
|
||||||
varia
|
varia
|
||||||
|
|
Loading…
Add table
Reference in a new issue