stage 1 done
This commit is contained in:
parent
2956fa6ac9
commit
9127d8b5ac
@ -15,5 +15,5 @@ nixos-rebuild switch --flake 'git+https://git.sense-t.eu.org/NixOS/gpd-configura
|
|||||||
- [ ] waybar 微调
|
- [ ] waybar 微调
|
||||||
- [ ] 使用 pipewire
|
- [ ] 使用 pipewire
|
||||||
- [ ] 电源选项
|
- [ ] 电源选项
|
||||||
- [ ] hyprland 微调
|
- [x] hyprland 微调
|
||||||
- [ ] nwg-launchers 微调+配置
|
- [ ] nwg-launchers 微调+配置
|
||||||
|
@ -16,11 +16,18 @@
|
|||||||
#boot.loader.systemd-boot.configurationLimit = 2;
|
#boot.loader.systemd-boot.configurationLimit = 2;
|
||||||
|
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
#boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||||
boot.loader.grub = {
|
boot.loader.grub = {
|
||||||
|
version = 2;
|
||||||
configurationLimit = 2;
|
configurationLimit = 2;
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
device = "nodev";
|
device = "nodev";
|
||||||
|
mirroredBoots = [
|
||||||
|
{
|
||||||
|
devices = [ "nodev" ];
|
||||||
|
path = "/boot";
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Use xanmod kernel
|
# Use xanmod kernel
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
"/etc/NetworkManager/system-connections"
|
"/etc/NetworkManager/system-connections"
|
||||||
"/root"
|
"/root"
|
||||||
"/var"
|
"/var"
|
||||||
"/boot"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
files = [
|
files = [
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
options = [ "relatime" "mode=755" ];
|
options = [ "relatime" "mode=755" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot/efi" = {
|
fileSystems."/boot" = {
|
||||||
device = "/dev/disk/by-uuid/8095-BE1B";
|
device = "/dev/disk/by-uuid/8095-BE1B";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
monitor=,preferred,auto,auto
|
monitor=,preferred,auto,auto,transform,1
|
||||||
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
".config/hypr/hyprland.conf".source = ./files/hyprland.conf;
|
".config/hypr/hyprland.conf".source = ./files/hyprland.conf;
|
||||||
|
|
||||||
# Use flatseal to change permissions.
|
# Use flatseal to change permissions.
|
||||||
".local/share/fonts".source = /run/current-system/sw/share/X11/fonts;
|
#".local/share/fonts".source = /run/current-system/sw/share/X11/fonts;
|
||||||
|
|
||||||
# Fix flatpak fonts
|
# Fix flatpak fonts
|
||||||
".local/share/flatpak/overrides/global".text = ''
|
".local/share/flatpak/overrides/global".text = ''
|
||||||
|
Reference in New Issue
Block a user