actually adding ashell
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
home.username = "joshuaelm";
|
||||
home.homeDirectory = "/home/joshuaelm";
|
||||
|
||||
imports = [ ../../modules/nvim ../../modules/stylix.nix ../../modules/hypr/hyprland_laptop.nix ];
|
||||
imports = [ ../../modules/nvim ../../modules/stylix.nix ../../modules/hypr/hyprland_laptop.nix ../../modules/ashell/default.nix ];
|
||||
|
||||
|
||||
home.packages = [
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
app_launcher_cmd = "rofi -show drun";
|
||||
modules = {
|
||||
left = [
|
||||
"Workspaces"
|
||||
@@ -15,9 +16,10 @@
|
||||
right = [
|
||||
"SystemInfo"
|
||||
[
|
||||
"Settings"
|
||||
"Clock"
|
||||
"Privacy"
|
||||
"Settings"
|
||||
"Tray"
|
||||
]
|
||||
];
|
||||
};
|
||||
@@ -25,5 +27,11 @@
|
||||
visibilityMode = "MonitorSpecific";
|
||||
};
|
||||
};
|
||||
settings = {
|
||||
remove_airplane_btn = true;
|
||||
appearance = {
|
||||
style = "Islands";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ exec-once = hyprctl dispatch workspace 1
|
||||
#exec-once = linux-wallpaperengine --screen-root HDMI-A-1 --silent --fps 60 3000562427
|
||||
exec-once = hyprlock
|
||||
# exec-once = waybar
|
||||
exec-once = hyprpanel
|
||||
exec-once = ashell
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once = sunshine
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
@@ -16,7 +16,7 @@ exec-once = hyprctl dispatch workspace 1
|
||||
#exec-once = linux-wallpaperengine --screen-root HDMI-A-1 --silent --fps 60 3000562427
|
||||
exec-once = hyprlock
|
||||
# exec-once = waybar
|
||||
exec-once = hyprpanel
|
||||
exec-once = ashell
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
|
||||
Reference in New Issue
Block a user