mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
added vifm and moved some stuff
This commit is contained in:
parent
f2c61e1976
commit
d585030b4d
5 changed files with 418 additions and 37 deletions
|
@ -49,8 +49,6 @@
|
|||
libinput.enable = true;
|
||||
};
|
||||
|
||||
|
||||
|
||||
# Configure keymap in X11
|
||||
services.xserver.layout = "us";
|
||||
services.xserver.xkbVariant = "dvorak-alt-intl";
|
||||
|
@ -146,14 +144,9 @@
|
|||
traceroute
|
||||
killall
|
||||
xorg.xmodmap
|
||||
# libs
|
||||
libyubikey
|
||||
libfido2
|
||||
# dev
|
||||
jdk
|
||||
maven
|
||||
# virtualisation
|
||||
virt-manager
|
||||
];
|
||||
|
||||
programs.gnupg.agent = {
|
||||
|
@ -161,8 +154,6 @@
|
|||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
programs.light.enable = true; # display brightness manager
|
||||
programs.kdeconnect.enable = true;
|
||||
|
||||
# List services that you want to enable:
|
||||
services.blueman.enable = true;
|
||||
|
@ -174,25 +165,13 @@
|
|||
# Automatically configure displays
|
||||
services.autorandr.enable = true;
|
||||
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"steam"
|
||||
"steam-original"
|
||||
"steam-runtime"
|
||||
"steam-run"
|
||||
];
|
||||
|
||||
programs.steam.enable = true;
|
||||
programs.steam.enable = true; # putting steam in here since home manager weirdly complains about it
|
||||
programs.kdeconnect.enable = true; # same as above
|
||||
|
||||
services.udev.packages = [ pkgs.yubikey-personalization ];
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
# Copy the NixOS configuration file and link it from the resulting system
|
||||
# (/run/current-system/configuration.nix). This is useful in case you
|
||||
# accidentally delete configuration.nix.
|
||||
# system.copySystemConfiguration = true;
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue