h
This commit is contained in:
parent
540ac42eac
commit
98f576b2c3
5 changed files with 111 additions and 75 deletions
|
|
@ -16,5 +16,28 @@
|
|||
imports = [
|
||||
./../../home
|
||||
];
|
||||
|
||||
desktop.hyprland = {
|
||||
numlock = true;
|
||||
monitors = [
|
||||
"desc:AOC Q27G2WG4 0x00005F45, 2560x1440@144, 3840x0, 1 # main monitor"
|
||||
"desc:Samsung Electric Company S24D330 0x5A5A5131, 1920x1080@60, 3840x1440, 1 # side monitor"
|
||||
"desc:Panasonic Industry Company Panasonic-TV, 3840x2160@30, 0x0, 1 # tv"
|
||||
"desc:Valve Corporation Index HMD 0x3DEBE38D, preffered, auto, 1"
|
||||
];
|
||||
workspaces.workspaces = [
|
||||
|
||||
"1, monitor:DP-1, persistent:true"
|
||||
"2, monitor:DP-1, persistent:true"
|
||||
"3, monitor:DP-1, persistent:true"
|
||||
"4, monitor:DP-1, persistent:true"
|
||||
"5, monitor:HDMI-A-1, persistent:true"
|
||||
"6, monitor:HDMI-A-1, persistent:true"
|
||||
"7, monitor:HDMI-A-1, persistent:true"
|
||||
"8, monitor:HDMI-A-1, persistent:true"
|
||||
"9, monitor:DP-3, persistent:true"
|
||||
"special:magic"
|
||||
];
|
||||
};
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
timezone = "Europe/Berlin";
|
||||
language = "en_GB.UTF-8";
|
||||
locale = "de_DE.UTF-8";
|
||||
hostname = "marty-thinkpad";
|
||||
hostname = "marty-pc";
|
||||
};
|
||||
apps = {
|
||||
audio = {
|
||||
|
|
@ -119,13 +119,13 @@
|
|||
desktop = {
|
||||
window-managers = {
|
||||
hyprland = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
};
|
||||
niri = {
|
||||
enable = true;
|
||||
};
|
||||
sway = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
};
|
||||
};
|
||||
shell = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue