Compare commits
4 commits
7b5e8dc4cd
...
f7ffc5cdf9
Author | SHA1 | Date | |
---|---|---|---|
f7ffc5cdf9 | |||
9a270a3e1f | |||
dcaebdb034 | |||
88bb64d98b |
4 changed files with 20 additions and 40 deletions
|
@ -19,6 +19,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# optimize power usage
|
||||||
|
powerManagement.enable = true;
|
||||||
|
|
||||||
# optimize storage
|
# optimize storage
|
||||||
nix.optimise.automatic = true;
|
nix.optimise.automatic = true;
|
||||||
|
|
||||||
|
@ -65,37 +68,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# services.greetd = {
|
|
||||||
# enable = true;
|
|
||||||
# package = pkgs.greetd.gtkgreet;
|
|
||||||
# settings = {
|
|
||||||
# default_session = {
|
|
||||||
# command = "Hyprland --config /etc/greetd/hyprland.conf";
|
|
||||||
# user = "greeter";
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
# environment.etc."greetd/environments".text = ''
|
|
||||||
# Hyprland
|
|
||||||
# '';
|
|
||||||
# environment.etc."greetd/hyprland.conf".text = ''
|
|
||||||
# monitor = DP-3,2560x1440@144,1920x0,1
|
|
||||||
# monitor = HDMI-A-5,1920x1080@75,0x0,1
|
|
||||||
# misc {
|
|
||||||
# disable_hyprland_logo = true
|
|
||||||
# }
|
|
||||||
|
|
||||||
# exec-once = tuigreet -l -b /etc/greetd/wallpaper.jpg -s /etc/greetd/style.css; hyprctl dispatch exit
|
|
||||||
# '';
|
|
||||||
# environment.etc."greetd/wallpaper.jpg".source = ./hypr/wallpaper.jpg;
|
|
||||||
# environment.etc."greetd/style.css".text = ''
|
|
||||||
# window {
|
|
||||||
# background-position: center;
|
|
||||||
# background-repeat: no-repeat;
|
|
||||||
# background-size: cover;
|
|
||||||
# background-color: black;
|
|
||||||
# }
|
|
||||||
# '';
|
|
||||||
|
|
||||||
# Configure console keymap
|
# Configure console keymap
|
||||||
console.keyMap = "us";
|
console.keyMap = "us";
|
||||||
|
|
|
@ -8,10 +8,11 @@
|
||||||
[ (modulesPath + "/installer/scan/not-detected.nix")
|
[ (modulesPath + "/installer/scan/not-detected.nix")
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
|
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" "amdgpu" ];
|
||||||
boot.initrd.kernelModules = [ ];
|
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||||
boot.kernelModules = [ "kvm-intel" ];
|
boot.kernelModules = [ "amdgpu" ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
boot.kernelParams = [ "video=DP-1:2560x1440@144" "video=HDMI-A-1:1920x1080@75" ];
|
||||||
|
|
||||||
fileSystems."/" =
|
fileSystems."/" =
|
||||||
{ device = "/dev/disk/by-uuid/2191540a-8cf9-400e-b4bc-9dbf71527b07";
|
{ device = "/dev/disk/by-uuid/2191540a-8cf9-400e-b4bc-9dbf71527b07";
|
||||||
|
|
|
@ -6,13 +6,13 @@
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
workspace = [
|
workspace = [
|
||||||
"1, monitor:HDMI-A-3, default:true, persistent:true"
|
"1, monitor:HDMI-A-1, default:true, persistent:true"
|
||||||
"2, monitor:DP-3 , default:true, persistent:true"
|
"2, monitor:DP-1 , default:true, persistent:true"
|
||||||
"special:scratchpad, on-created-empty:foot"
|
"special:scratchpad, on-created-empty:foot"
|
||||||
];
|
];
|
||||||
monitor = [
|
monitor = [
|
||||||
"DP-3 , 2560x1440@144, 1920x0, 1"
|
"DP-1 , 2560x1440@144, 1920x0, 1"
|
||||||
"HDMI-A-5, 1920x1080@75 , 0x0 , 1"
|
"HDMI-A-1, 1920x1080@75 , 0x0 , 1"
|
||||||
];
|
];
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "de";
|
kb_layout = "de";
|
||||||
|
@ -84,10 +84,14 @@
|
||||||
"$mod, 2, workspace, 2"
|
"$mod, 2, workspace, 2"
|
||||||
"$mod, 3, workspace, 3"
|
"$mod, 3, workspace, 3"
|
||||||
"$mod, 4, workspace, 4"
|
"$mod, 4, workspace, 4"
|
||||||
|
"$mod, 5, workspace, 5"
|
||||||
|
"$mod, 6, workspace, 6"
|
||||||
"$modd, 1, movetoworkspacesilent, 1"
|
"$modd, 1, movetoworkspacesilent, 1"
|
||||||
"$modd, 2, movetoworkspacesilent, 2"
|
"$modd, 2, movetoworkspacesilent, 2"
|
||||||
"$modd, 3, movetoworkspacesilent, 3"
|
"$modd, 3, movetoworkspacesilent, 3"
|
||||||
"$modd, 4, movetoworkspacesilent, 4"
|
"$modd, 4, movetoworkspacesilent, 4"
|
||||||
|
"$modd, 5, movetoworkspacesilent, 5"
|
||||||
|
"$modd, 6, movetoworkspacesilent, 6"
|
||||||
|
|
||||||
# fullscreen
|
# fullscreen
|
||||||
"$mod, F11, fullscreen, 0"
|
"$mod, F11, fullscreen, 0"
|
||||||
|
|
|
@ -33,12 +33,15 @@
|
||||||
ripgrep
|
ripgrep
|
||||||
fd
|
fd
|
||||||
zoom-us
|
zoom-us
|
||||||
|
obsidian
|
||||||
|
zotero
|
||||||
|
|
||||||
# development
|
# development
|
||||||
jetbrains.idea-ultimate
|
jetbrains.idea-ultimate
|
||||||
gnumake
|
gnumake
|
||||||
texlive.combined.scheme-full
|
texliveFull
|
||||||
ltex-ls
|
# texlive.combined.scheme-full
|
||||||
|
# ltex-ls
|
||||||
ghostscript
|
ghostscript
|
||||||
jdk11
|
jdk11
|
||||||
coq
|
coq
|
||||||
|
|
Loading…
Reference in a new issue