fa-t14-2025: update to nixos 26.05
Includes corresponding updates to home/hypr and home/waybar
This commit is contained in:
+48
-14
@@ -1,4 +1,9 @@
|
||||
{ lib, config, ... }:
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
osConfig,
|
||||
...
|
||||
}:
|
||||
{
|
||||
wayland.windowManager.hyprland = {
|
||||
systemd.enable = false; # Required for UWSM
|
||||
@@ -18,16 +23,27 @@
|
||||
''
|
||||
+
|
||||
|
||||
lib.concatMapStringsSep "\n" (cmd: ''hl.exec_cmd("${cmd}")'') [
|
||||
"swaync"
|
||||
"hyprswitch init --size-factor 5 &"
|
||||
"wl-paste --type text --watch cliphist store #Stores only text data"
|
||||
"wl-paste --type image --watch cliphist store #Stores only image data"
|
||||
# TODO: the hyprpaper hm-module still generates the old config format, use ipc temporarily
|
||||
"hyprctl hyprpaper wallpaper 'DP-1, ${wpDir}/Ultrawide_Stray_City.png'"
|
||||
"hyprctl hyprpaper wallpaper 'DP-2, ${wpDir}/cyberpunk-gas-station-1.jpg'"
|
||||
]
|
||||
|
||||
lib.concatMapStringsSep "\n" (cmd: ''hl.exec_cmd("${cmd}")'') (
|
||||
[
|
||||
"swaync"
|
||||
"hyprswitch init --size-factor 5 &"
|
||||
"wl-paste --type text --watch cliphist store #Stores only text data"
|
||||
"wl-paste --type image --watch cliphist store #Stores only image data"
|
||||
]
|
||||
++ (
|
||||
{
|
||||
# TODO: the hyprpaper hm-module still generates the old config format, use ipc temporarily
|
||||
"sisko" = [
|
||||
"hyprctl hyprpaper wallpaper 'DP-1, ${wpDir}/Ultrawide_Stray_City.png'"
|
||||
"hyprctl hyprpaper wallpaper 'DP-2, ${wpDir}/cyberpunk-gas-station-1.jpg'"
|
||||
];
|
||||
"fa-t14-2025" = [
|
||||
"hyprctl hyprpaper wallpaper ', ${wpDir}/mktv-wallpaper-01.png'"
|
||||
];
|
||||
}
|
||||
."${osConfig.networking.hostName}"
|
||||
)
|
||||
)
|
||||
+ ''
|
||||
end
|
||||
''
|
||||
@@ -52,7 +68,25 @@
|
||||
}
|
||||
|
||||
# fa-t14-2025
|
||||
# TODO
|
||||
{
|
||||
output = "desc:Lenovo Group Limited 0x403D";
|
||||
mode = "highres@highrr";
|
||||
position = "0x0";
|
||||
scale = "1";
|
||||
supports_hdr = 1;
|
||||
}
|
||||
{
|
||||
output = "desc:Samsung Electric Company LS32D70xE HK2XC00156";
|
||||
mode = "3840x2160@30.00";
|
||||
position = "-3840x0";
|
||||
scale = "1";
|
||||
}
|
||||
{
|
||||
output = "desc:Samsung Electric Company C24F390 H4ZM501656";
|
||||
mode = "1920x1080@60.00";
|
||||
position = "-5760x0";
|
||||
scale = "1";
|
||||
}
|
||||
|
||||
# Other
|
||||
{
|
||||
@@ -126,8 +160,8 @@
|
||||
};
|
||||
|
||||
input = {
|
||||
kb_layout = "us";
|
||||
kb_variant = "intl";
|
||||
kb_layout = lib.mkDefault "us";
|
||||
kb_variant = lib.mkDefault "intl";
|
||||
kb_model = "";
|
||||
kb_options = "ctrl:nocaps";
|
||||
kb_rules = "";
|
||||
|
||||
@@ -19,6 +19,7 @@ in
|
||||
"tray"
|
||||
"network"
|
||||
"pulseaudio"
|
||||
"battery"
|
||||
"clock#date"
|
||||
"clock"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user