eeeeueueueeueuwoweooeoweueu

This commit is contained in:
zoe 2023-04-17 14:53:07 +02:00
parent 01d15a6def
commit 39b959f26f
4 changed files with 19 additions and 5 deletions

View File

@ -44,6 +44,14 @@
name = "nix";
formatter = { command = "nixfmt"; };
}
{
name = "rust";
formatter = {
command = ''
/home/zoe/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rust-analyzer
'';
};
}
];
};
}

View File

@ -1,8 +1,13 @@
{ pkgs, ... }:
{
{ pkgs, ... }: {
programs.steam = {
enable = true;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
remotePlay.openFirewall =
true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall =
true; # Open ports in the firewall for Source Dedicated Server
};
programs.thunar = {
enable = true;
plugins = with pkgs.xfce; [ thunar-archive-plugin thunar-volman ];
};
}

View File

@ -10,6 +10,7 @@
postgresql.enable = true;
getty.autologinUser = "zoe";
gvfs.enable = true;
tumbler.enable = true;
udev = {
enable = true;
packages = [ pkgs.arduino ];

View File

@ -44,6 +44,7 @@ in {
xfce.thunar
p7zip
xarchiver
gnome.file-roller
tree
writedisk
postgresql
@ -136,7 +137,6 @@ in {
## rust
mold
libclang
rust-analyzer
rustup
taplo
cargo-outdated