Move indiviual hypr config into local directory
This commit is contained in:
parent
c5ba62a30e
commit
2a628143bd
|
@ -1,9 +1,4 @@
|
||||||
.git*
|
.git*
|
||||||
.pre-commit-config.yaml
|
.pre-commit-config.yaml
|
||||||
.stylua.toml
|
.stylua.toml
|
||||||
.envrc
|
|
||||||
./shell.nix
|
|
||||||
Makefile
|
Makefile
|
||||||
nvim/
|
|
||||||
hypr/
|
|
||||||
waybar/
|
|
||||||
|
|
|
@ -5,27 +5,8 @@
|
||||||
home.stateVersion = "22.11";
|
home.stateVersion = "22.11";
|
||||||
|
|
||||||
programs.fish.shellAbbrs.hypr = "exec Hyprland";
|
programs.fish.shellAbbrs.hypr = "exec Hyprland";
|
||||||
xdg.configFile."hypr/hyprpaper.conf".text = ''
|
xdg.configFile."hypr/hyprpaper.conf".source = ./hypr/hyprpaper.conf;
|
||||||
preload = /etc/nixos/config/wallpaper/images_dark/1920x1080.png
|
wayland.windowManager.hyprland.extraConfig = builtins.readFile ./hypr/hyprland.conf;
|
||||||
preload = /etc/nixos/config/wallpaper/images_dark/1920x1200.png
|
|
||||||
preload = /etc/nixos/config/wallpaper/images_dark/1080x1920.png
|
|
||||||
|
|
||||||
wallpaper = HDMI-A-1,/etc/nixos/config/wallpaper/images_dark/1920x1200.png
|
|
||||||
wallpaper = DP-1,/etc/nixos/config/wallpaper/images_dark/1080x1920.png
|
|
||||||
wallpaper = ,/etc/nixos/config/wallpaper/images_dark/1920x1080.png
|
|
||||||
'';
|
|
||||||
wayland.windowManager.hyprland.extraConfig = ''
|
|
||||||
source=./common.conf
|
|
||||||
monitor=HDMI-A-1,preferred,auto,auto
|
|
||||||
monitor=DP-1,preferred,auto,auto,transform,1
|
|
||||||
wsbind=1,HDMI-A-1
|
|
||||||
wsbind=2,HDMI-A-1
|
|
||||||
wsbind=3,HDMI-A-1
|
|
||||||
wsbind=4,HDMI-A-1
|
|
||||||
wsbind=5,HDMI-A-1
|
|
||||||
exec-once = firefox
|
|
||||||
exec-once = teams
|
|
||||||
'';
|
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
|
|
10
home/H0615/hypr/hyprland.conf
Normal file
10
home/H0615/hypr/hyprland.conf
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
source=./common.conf
|
||||||
|
monitor=HDMI-A-1,preferred,auto,auto
|
||||||
|
monitor=DP-1,preferred,auto,auto,transform,1
|
||||||
|
wsbind=1,HDMI-A-1
|
||||||
|
wsbind=2,HDMI-A-1
|
||||||
|
wsbind=3,HDMI-A-1
|
||||||
|
wsbind=4,HDMI-A-1
|
||||||
|
wsbind=5,HDMI-A-1
|
||||||
|
exec-once = firefox
|
||||||
|
exec-once = teams
|
7
home/H0615/hypr/hyprpaper.conf
Normal file
7
home/H0615/hypr/hyprpaper.conf
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
preload = /etc/nixos/config/wallpaper/images_dark/1920x1080.png
|
||||||
|
preload = /etc/nixos/config/wallpaper/images_dark/1920x1200.png
|
||||||
|
preload = /etc/nixos/config/wallpaper/images_dark/1080x1920.png
|
||||||
|
|
||||||
|
wallpaper = HDMI-A-1,/etc/nixos/config/wallpaper/images_dark/1920x1200.png
|
||||||
|
wallpaper = DP-1,/etc/nixos/config/wallpaper/images_dark/1080x1920.png
|
||||||
|
wallpaper = ,/etc/nixos/config/wallpaper/images_dark/1920x1080.png
|
|
@ -5,13 +5,8 @@
|
||||||
home.stateVersion = "22.11";
|
home.stateVersion = "22.11";
|
||||||
|
|
||||||
programs.fish.shellAbbrs.hypr = "exec Hyprland";
|
programs.fish.shellAbbrs.hypr = "exec Hyprland";
|
||||||
xdg.configFile."hypr/hyprpaper.conf".text = ''
|
xdg.configFile."hypr/hyprpaper.conf".source = ./hypr/hyprpaper.conf;
|
||||||
preload = /etc/nixos/config/wallpaper/images_dark/1920x1080.png
|
wayland.windowManager.hyprland.extraConfig = builtins.readFile ./hypr/hyprland.conf;
|
||||||
wallpaper = ,/etc/nixos/config/wallpaper/images_dark/1920x1080.png
|
|
||||||
'';
|
|
||||||
wayland.windowManager.hyprland.extraConfig = ''
|
|
||||||
source=./common.conf
|
|
||||||
'';
|
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
|
|
1
home/J0162/hypr/hyprland.conf
Normal file
1
home/J0162/hypr/hyprland.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
source=./common.conf
|
2
home/J0162/hypr/hyprpaper.conf
Normal file
2
home/J0162/hypr/hyprpaper.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
preload = /etc/nixos/config/wallpaper/images_dark/1920x1080.png
|
||||||
|
wallpaper = ,/etc/nixos/config/wallpaper/images_dark/1920x1080.png
|
7
home/Vanguard/hypr/hyprland.conf
Normal file
7
home/Vanguard/hypr/hyprland.conf
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
source=./common.conf
|
||||||
|
misc {
|
||||||
|
vrr = 2
|
||||||
|
}
|
||||||
|
monitor=DP-2,highrr,auto,1
|
||||||
|
|
||||||
|
exec-once = steam & discord & signal-desktop & qbittorrent
|
2
home/Vanguard/hypr/hyprpaper.conf
Normal file
2
home/Vanguard/hypr/hyprpaper.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
preload = /mnt/secondary/syncthing/pictures/Wallpapers/Landscapes/IMG_9509.JPG
|
||||||
|
wallpaper = ,/mnt/secondary/syncthing/pictures/Wallpapers/Landscapes/IMG_9509.JPG
|
|
@ -6,19 +6,8 @@
|
||||||
home.packages = with pkgs; [prismlauncher nomachine-client];
|
home.packages = with pkgs; [prismlauncher nomachine-client];
|
||||||
|
|
||||||
programs.fish.shellAbbrs.hypr = "exec Hyprland";
|
programs.fish.shellAbbrs.hypr = "exec Hyprland";
|
||||||
xdg.configFile."hypr/hyprpaper.conf".text = ''
|
xdg.configFile."hypr/hyprpaper.conf".source = ./hypr/hyprpaper.conf;
|
||||||
preload = /mnt/secondary/syncthing/pictures/Wallpapers/Landscapes/IMG_9509.JPG
|
wayland.windowManager.hyprland.extraConfig = builtins.readFile ./hypr/hyprland.conf;
|
||||||
wallpaper = ,/mnt/secondary/syncthing/pictures/Wallpapers/Landscapes/IMG_9509.JPG
|
|
||||||
'';
|
|
||||||
wayland.windowManager.hyprland.extraConfig = ''
|
|
||||||
source=./common.conf
|
|
||||||
misc {
|
|
||||||
vrr = 2
|
|
||||||
}
|
|
||||||
monitor=DP-2,highrr,auto,1
|
|
||||||
|
|
||||||
exec-once = steam & discord & signal-desktop & qbittorrent
|
|
||||||
'';
|
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
|
|
Loading…
Reference in a new issue