i heard you liked modules so i

put modules in you
r modules so you can mo
dule while you mod
ule
This commit is contained in:
marty 2025-12-21 14:21:07 +01:00
parent 2d08836672
commit 8bac46929b
13 changed files with 274 additions and 83 deletions

View file

@ -27,4 +27,8 @@
};
imports = [ ./hardware.nix ];
programs = {
light.enable = true;
};
}

View file

@ -81,55 +81,15 @@
GTK_THEME = "Adwaita:dark";
TERM = "xterm-kitty";
};
device.type.laptop = true;
desktop.hyprland = {
monitors = [
"desc:InfoVision Optoelectronics (Kunshan) Co.Ltd China 0x057E, 1366x768@60,0x0,1"
];
};
development = {
vscodium.enable = true;
git.enable = true;
};
terminal = {
kitty.enable = true;
ranger.enable = true;
};
desktop = {
hyprland = {
enable = true;
monitors = [
"desc:InfoVision Optoelectronics (Kunshan) Co.Ltd China 0x057E, 1366x768@60,0x0,1"
];
numlock = false;
};
waybar.enable = true;
walker.enable = true;
wallpaper.enable = true;
grimblast.enable = true;
};
misc = {
bitwarden.enable = true;
};
syncthing = {
devices = {
marty-pc = {
id = "6PJZD52-EEWIO7U-MZMJJ5B-33DGNSU-O7DJVRT-GAE7QZG-ZY3VIMV-VSMBDQP";
autoAcceptFolder = true;
};
marty-server = {
id = "UDMXEKZ-HYIFI5S-VAKE75O-K3C65QV-LS43QA5-3JTHWKL-CI5C3Y6-P4NSQQM";
autoAcceptFolders = true;
};
marty-latitude = {
id = "SOAWHKA-BCQGO5G-IJ24WTO-RDETP5M-LNTVO66-MHIOUU2-NNQ57P6-FFKNSA6";
autoAcceptFolders = true;
};
marty-pixel = {
id = "GSBXOGW-6SYLDUQ-HPH7FBJ-CKHWQIK-K5YORB4-CYKGYT6-DLCVSAK-LA2RMAK";
autoAcceptFolders = true;
};
marty-fairphone = {
id = "2ISVWQV-4USY5IA-2OU55CE-Q7VLPD7-4RVQ5WX-FXQSJMY-2ES4EZG-IGFB7QG";
autoAcceptFolders = true;
};
};
};
imports = [
inputs.walker.homeManagerModules.default

View file

@ -79,31 +79,34 @@
home.sessionVariables = {
EDITOR = "codium";
};
development = {
vscodium.enable = true;
git.enable = true;
};
terminal = {
kitty.enable = true;
};
desktop = {
hyprland = {
enable = false;
numlock = true;
monitors = [
"monitor = desc:AOC Q27G2WG4 0x00005F45, 2560x1440@144, 3840x0, 1 # main monitor"
"monitor = desc:Samsung Electric Company S24D330 0x5A5A5131, 1920x1080@60, 3840x1440, 1 # side monitor"
"monitor = desc:Panasonic Industry Company Panasonic-TV, 3840x2160@30, 0x0, 1 # tv"
];
};
rofi.enable = true;
walker.enable = true;
wallpaper.enable = true;
};
misc = {
bitwarden.enable = true;
};
# device = {
# type = "desktop";
# };
# development = {
# vscodium.enable = true;
# git.enable = true;
# };
# terminal = {
# kitty.enable = true;
# };
# desktop = {
# hyprland = {
# enable = false;
# numlock = true;
# monitors = [
# "monitor = desc:AOC Q27G2WG4 0x00005F45, 2560x1440@144, 3840x0, 1 # main monitor"
# "monitor = desc:Samsung Electric Company S24D330 0x5A5A5131, 1920x1080@60, 3840x1440, 1 # side monitor"
# "monitor = desc:Panasonic Industry Company Panasonic-TV, 3840x2160@30, 0x0, 1 # tv"
# ];
# };
# rofi.enable = true;
# walker.enable = true;
# wallpaper.enable = true;
# };
# misc = {
# bitwarden.enable = true;
# };
imports = [
inputs.walker.homeManagerModules.default