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;
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = with pkgs; [xdg-desktop-portal-gtk];
|
||||
};
|
||||
|
||||
# systemd.timers.duckdns = {
|
||||
# wantedBy = ["timers.target"];
|
||||
# timerConfig = {
|
||||
|
@ -351,6 +356,8 @@
|
|||
ethtool
|
||||
grub2
|
||||
|
||||
xdg-desktop-portal-gtk
|
||||
|
||||
wineWowPackages.waylandFull
|
||||
wineWowPackages.stable
|
||||
];
|
||||
|
|
|
@ -29,12 +29,6 @@
|
|||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/home/nmarks/Games/steam" =
|
||||
{ device = "/home/nmarks/Games/steam";
|
||||
fsType = "none";
|
||||
options = [ "bind" ];
|
||||
};
|
||||
|
||||
swapDevices =
|
||||
[ { device = "/dev/disk/by-uuid/a4128bb9-239c-4aa9-9777-5067feb77b28"; }
|
||||
];
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
armcord
|
||||
calibre
|
||||
pyright
|
||||
ruff
|
||||
|
|
Loading…
Reference in a new issue