update hardware conf
This commit is contained in:
parent
b57050f09a
commit
f9ab7e2a5a
3 changed files with 8 additions and 6 deletions
|
@ -33,6 +33,11 @@
|
||||||
|
|
||||||
programs.noisetorch.enable = true;
|
programs.noisetorch.enable = true;
|
||||||
|
|
||||||
|
xdg.portal = {
|
||||||
|
enable = true;
|
||||||
|
extraPortals = with pkgs; [xdg-desktop-portal-gtk];
|
||||||
|
};
|
||||||
|
|
||||||
# systemd.timers.duckdns = {
|
# systemd.timers.duckdns = {
|
||||||
# wantedBy = ["timers.target"];
|
# wantedBy = ["timers.target"];
|
||||||
# timerConfig = {
|
# timerConfig = {
|
||||||
|
@ -351,6 +356,8 @@
|
||||||
ethtool
|
ethtool
|
||||||
grub2
|
grub2
|
||||||
|
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
|
|
||||||
wineWowPackages.waylandFull
|
wineWowPackages.waylandFull
|
||||||
wineWowPackages.stable
|
wineWowPackages.stable
|
||||||
];
|
];
|
||||||
|
|
|
@ -29,12 +29,6 @@
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/home/nmarks/Games/steam" =
|
|
||||||
{ device = "/home/nmarks/Games/steam";
|
|
||||||
fsType = "none";
|
|
||||||
options = [ "bind" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
swapDevices =
|
swapDevices =
|
||||||
[ { device = "/dev/disk/by-uuid/a4128bb9-239c-4aa9-9777-5067feb77b28"; }
|
[ { device = "/dev/disk/by-uuid/a4128bb9-239c-4aa9-9777-5067feb77b28"; }
|
||||||
];
|
];
|
||||||
|
|
|
@ -46,6 +46,7 @@
|
||||||
|
|
||||||
home.packages = with pkgs;
|
home.packages = with pkgs;
|
||||||
[
|
[
|
||||||
|
armcord
|
||||||
calibre
|
calibre
|
||||||
pyright
|
pyright
|
||||||
ruff
|
ruff
|
||||||
|
|
Loading…
Reference in a new issue