fish, starship, chatterino(not configed yet), mounted shared, pw cleanup

This commit is contained in:
nx2
2024-03-10 23:05:53 +01:00
parent 7229ccbf66
commit 9d1f884eba
4 changed files with 155 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{ config, lib, user, pkgs, modulesPath, ... }:
{
imports =
@@ -22,6 +22,10 @@
{ device = "/dev/disk/by-uuid/0A97-7A2D";
fsType = "vfat";
};
fileSystems."/home/${user}/shared" =
{ device = "/dev/disk/by-uuid/C494BB0B94BAFF4C";
fsType = "ntfs";
};
swapDevices = [ ];