move atuin from nixpkgs to its flake
This commit is contained in:
parent
251932e6c0
commit
ab80a0d257
7 changed files with 166 additions and 238 deletions
|
|
@ -2,7 +2,6 @@
|
|||
"com.microsoft.Edge"
|
||||
"dev.vencord.Vesktop"
|
||||
"chat.revolt.RevoltDesktop"
|
||||
"org.signal.Signal"
|
||||
"io.github.hkdb.Aerion"
|
||||
"io.github.mpobaschnig.Vaults"
|
||||
"com.bitwarden.desktop"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
boot.supportedFilesystems = [ "nfs" ];
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/mapper/luks-0e11cc3f-cf15-42a3-8356-12780ac991f6";
|
||||
|
|
@ -21,16 +22,21 @@
|
|||
boot.initrd.luks.devices."luks-0e11cc3f-cf15-42a3-8356-12780ac991f6".device = "/dev/disk/by-uuid/0e11cc3f-cf15-42a3-8356-12780ac991f6";
|
||||
|
||||
fileSystems."/mnt/zeruel/nas1" =
|
||||
{ device = "zeruel.fuku:/mnt/pool1/nas1";
|
||||
{ device = "zeruel.fuku:/mnt/pool1/nas1/";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "noauto" ];
|
||||
options = [ "x-systemd.automount" ];
|
||||
};
|
||||
|
||||
fileSystems."/mnt/zeruel/vods" =
|
||||
{ device = "zeruel.fuku:/mnt/vods";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" ];
|
||||
};
|
||||
|
||||
fileSystems."/mnt/windoze" =
|
||||
{ device = "/dev/disk/by-uuid/46B01460B01458AF";
|
||||
fsType = "ntfs-3g";
|
||||
options = [ "rw" "uid=1000"];
|
||||
options = [ "rw" "uid=1000" "x-gvfs-show"];
|
||||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
|
|
@ -42,7 +48,7 @@
|
|||
fileSystems."/mnt/windoze2" =
|
||||
{ device = "/dev/disk/by-uuid/6084BE5384BE2B82";
|
||||
fsType = "ntfs-3g";
|
||||
options = [ "rw" "uid=1000"];
|
||||
options = [ "rw" "uid=1000" "x-gvfs-show"];
|
||||
};
|
||||
|
||||
swapDevices =
|
||||
|
|
|
|||
|
|
@ -52,7 +52,6 @@
|
|||
k9s
|
||||
kubectl
|
||||
dotter
|
||||
atuin
|
||||
kubecolor
|
||||
trash-cli
|
||||
gnomeExtensions.appindicator
|
||||
|
|
@ -70,9 +69,14 @@
|
|||
jq
|
||||
hmcl
|
||||
tmux
|
||||
atuin
|
||||
tor
|
||||
tor-browser
|
||||
remmina
|
||||
yt-dlp
|
||||
mangohud
|
||||
difftastic
|
||||
libheif
|
||||
ffmpegthumbnailer
|
||||
signal-desktop
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue