mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: changes for laptop
This commit is contained in:
parent
5eacd2aa45
commit
a6e8ddeee8
3 changed files with 37 additions and 10 deletions
|
|
@ -16,7 +16,7 @@ _: let
|
|||
])
|
||||
++ (with tree.nixos.servers; [
|
||||
weechat
|
||||
matrix
|
||||
#matrix
|
||||
postgres
|
||||
web
|
||||
]);
|
||||
|
|
|
|||
|
|
@ -51,9 +51,11 @@ _: let
|
|||
swapDevices = [
|
||||
{device = "/dev/disk/by-uuid/7486e618-214b-47ff-87a7-0d53099a05b4";}
|
||||
];
|
||||
home-manager.users.kat.wayland.windowManager.hyprland.settings.monitor = [
|
||||
"eDP-1, preferred, 0x0, 1"
|
||||
];
|
||||
home-manager.users.kat = {
|
||||
wayland.windowManager.hyprland.settings.monitor = [
|
||||
"eDP-1, preferred, 0x0, 1"
|
||||
];
|
||||
};
|
||||
boot = {
|
||||
initrd.luks.devices."cryptmapper".device = "/dev/disk/by-uuid/16296ac6-b8b2-4c4e-94f6-c06ea84d6fbb";
|
||||
loader.grub.useOSProber = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue