chore : various tweaks

This commit is contained in:
Florian Schmitt 2024-01-11 15:40:20 +03:00
parent a49bb72411
commit d60c08f390
3 changed files with 45 additions and 27 deletions

View file

@ -82,28 +82,13 @@ in
ssh.askPassword = pkgs.lib.mkForce "${pkgs.ksshaskpass.out}/bin/ksshaskpass"; # conflict between kde and gnome cf. https://github.com/NixOS/nixpkgs/issues/75867
ssh.startAgent = true;
steam.enable = true;
# sway = {
# enable = true;
# wrapperFeatures.gtk = true; # so that gtk works properly
# extraPackages = with pkgs; [
# swaylock
# swayidle
# wl-clipboard
# wf-recorder
# mako # notification daemon
# grim
# slurp
# alacritty # Alacritty is the default terminal in the config
# dmenu # Dmenu is the default in the config but i recommend wofi since its wayland native
# ];
# extraSessionCommands = ''
# export SDL_VIDEODRIVER=wayland
# export QT_QPA_PLATFORM=wayland
# export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
# export _JAVA_AWT_WM_NONREPARENTING=1
# export MOZ_ENABLE_WAYLAND=1
# '';
# };
nix-ld.enable = true;
# Sets up all the libraries to load
nix-ld.libraries = with pkgs; [
stdenv.cc.cc
zlib
];
};
# Allow unfree packages
@ -122,7 +107,6 @@ in
environment.plasma5.excludePackages = with pkgs.libsForQt5; [
baloo
elisa
gwenview
khelpcenter
oxygen
plasma-browser-integration

View file

@ -15,7 +15,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
#bun
bun
clang
docker-compose
gcc