Hyprland stuff
This commit is contained in:
parent
2323ab288b
commit
b85aa5e5fc
2 changed files with 4 additions and 4 deletions
|
@ -3,13 +3,13 @@
|
||||||
# Called from: /hosts/${hostname}/desktops/hyprland-conf.nix
|
# Called from: /hosts/${hostname}/desktops/hyprland-conf.nix
|
||||||
# https://yewtu.be/watch?v=tWQB1NDDA9c
|
# https://yewtu.be/watch?v=tWQB1NDDA9c
|
||||||
# Waybar configuration
|
# Waybar configuration
|
||||||
"~/.config/waybar/config.jsonc" = {
|
".config/waybar/config.jsonc" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
executable = false;
|
executable = false;
|
||||||
text = "";
|
text = "";
|
||||||
};
|
};
|
||||||
# Waybar theming
|
# Waybar theming
|
||||||
"~/.config/waybar/style.css" = {
|
".config/waybar/style.css" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
executable = false;
|
executable = false;
|
||||||
text = "";
|
text = "";
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
home.file = {
|
home.file = {
|
||||||
"~/.config/hpyr/hyprland.conf" = {
|
".config/hpyr/hyprland.conf" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
text = "
|
text = "
|
||||||
# This is an example Hyprland config file.
|
# This is an example Hyprland config file.
|
||||||
|
@ -174,7 +174,7 @@
|
||||||
";
|
";
|
||||||
};
|
};
|
||||||
# Set the custom launcher script
|
# Set the custom launcher script
|
||||||
"~/.config/hypr/start.sh" = {
|
".config/hypr/start.sh" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
executable = true;
|
executable = true;
|
||||||
text = "
|
text = "
|
||||||
|
|
Loading…
Reference in a new issue