mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: finally got hyprland working
This commit is contained in:
parent
17ea540427
commit
c8e774a0ca
12 changed files with 66 additions and 13 deletions
|
@ -71,11 +71,11 @@ in
|
|||
in
|
||||
{
|
||||
"/" = {
|
||||
device = "/dev/disk/by-uuid/c22a06af-8855-4938-9d04-68cd4d88d7f0";
|
||||
device = "/dev/disk/by-uuid/58987815-99d2-4a26-b260-529a4e78b854";
|
||||
fsType = "ext4";
|
||||
};
|
||||
"/boot" = {
|
||||
device = "/dev/disk/by-uuid/7B8C-1E95";
|
||||
device = "/dev/disk/by-uuid/D39C-83F7";
|
||||
fsType = "vfat";
|
||||
options = desktop.boot.options;
|
||||
};
|
||||
|
@ -85,7 +85,7 @@ in
|
|||
// (builtins.listToAttrs (map sambaMounts sambaDrives));
|
||||
|
||||
swapDevices = [
|
||||
{ device = "/dev/disk/by-uuid/8c9d0c0b-0bc8-442b-a3fd-02a37acd409f"; }
|
||||
{ device = "/dev/disk/by-uuid/f5d9890c-b341-47b0-8726-40afb645db56"; }
|
||||
];
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue