wip
This commit is contained in:
parent
9d6a98748c
commit
60b7f07866
@ -1,10 +1,12 @@
|
|||||||
{
|
{
|
||||||
|
plugins.web-devicons.enable
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./defaultGtk.nix
|
./defaultGtk.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
# ./desktop-managers/hypr.nix
|
# ./desktop-managers/hypr.nix
|
||||||
# ./desktop-managers/waybar.nix
|
# ./desktop-managers/waybar.nix
|
||||||
# ./nixvim/nixvim.nix
|
./nixvim/nixvim.nix
|
||||||
./stylix.nix
|
./stylix.nix
|
||||||
# ./gammastep.nix
|
# ./gammastep.nix
|
||||||
./vscode.nix
|
./vscode.nix
|
||||||
|
@ -14,18 +14,18 @@
|
|||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
fileSystems."/" =
|
fileSystems."/" =
|
||||||
{ device = "/dev/disk/by-uuid/d8209bc7-7fe6-4163-93b2-a7d352d8aba0";
|
{ device = "/dev/disk/by-uuid/9d35945a-2c1e-463d-b47a-545093d19de1";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" =
|
fileSystems."/boot" =
|
||||||
{ device = "/dev/disk/by-uuid/AE92-D68E";
|
{ device = "/dev/disk/by-uuid/0894-A975";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = [ "fmask=0077" "dmask=0077" ];
|
options = [ "fmask=0077" "dmask=0077" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices =
|
swapDevices =
|
||||||
[ { device = "/dev/disk/by-uuid/f35b0e76-0cd6-4410-acc3-d27024ef68a9"; }
|
[ { device = "/dev/disk/by-uuid/2a100390-c20d-4d74-804c-db52551b9d76"; }
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||||
|
Loading…
x
Reference in New Issue
Block a user