mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
Compare commits
3 commits
1635b0c845
...
e7cac64fb7
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e7cac64fb7 | ||
![]() |
33da001923 | ||
![]() |
4d5782622f |
3 changed files with 9 additions and 9 deletions
|
@ -35,7 +35,7 @@ in
|
||||||
};
|
};
|
||||||
fonts = {
|
fonts = {
|
||||||
names = {
|
names = {
|
||||||
name0 = "MonaspiceRn Nerd Font";
|
name0 = "MonaspiceAr Nerd Font";
|
||||||
name1 = "";
|
name1 = "";
|
||||||
};
|
};
|
||||||
sizes = {
|
sizes = {
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{pkgs, ...}: {
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
|
|
||||||
xdg = {
|
xdg = {
|
||||||
|
@ -6,11 +7,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
extraPortals = builtins.attrValues {
|
extraPortals = builtins.attrValues {
|
||||||
inherit
|
inherit (pkgs)
|
||||||
(pkgs)
|
xdg-desktop-portal-hyprland
|
||||||
# xdg-desktop-portal-hyprland
|
|
||||||
xdg-desktop-portal-wlr
|
xdg-desktop-portal-wlr
|
||||||
xdg-desktop-portal-kde
|
# xdg-desktop-portal-kde
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
|
@ -71,11 +71,11 @@ in
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/disk/by-uuid/f63ce470-874a-4d2f-9494-31a15ca39f7f";
|
device = "/dev/disk/by-uuid/5c416d6a-9c2b-4b0c-9e0e-9bb3bf56a863";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
"/boot" = {
|
"/boot" = {
|
||||||
device = "/dev/disk/by-uuid/D29F-080E";
|
device = "/dev/disk/by-uuid/B1B8-E776";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = desktop.boot.options;
|
options = desktop.boot.options;
|
||||||
};
|
};
|
||||||
|
@ -85,7 +85,7 @@ in
|
||||||
// (builtins.listToAttrs (map sambaMounts sambaDrives));
|
// (builtins.listToAttrs (map sambaMounts sambaDrives));
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{ device = "/dev/disk/by-uuid/e3724d5e-9aba-4a32-9d89-c2117b1ed044"; }
|
{ device = "/dev/disk/by-uuid/644ad843-337d-429f-abb8-2423c8ed111e"; }
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue