uwhfaouefj

This commit is contained in:
LavaDesu 2024-01-15 23:01:29 +07:00
parent 6567a561e3
commit fd126721cf
4 changed files with 17 additions and 8 deletions

View file

@ -36,6 +36,10 @@
../../users/rin
];
environment.systemPackages = with pkgs; [ wpa_supplicant_gui ];
programs.hyprland.enable = true;
# For steam fhs-env
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.1.1w"

View file

@ -2,7 +2,10 @@
networking = {
useDHCP = true;
nameservers = [ "1.1.1.1" "8.8.8.8" ];
wireless.userControlled.enable = true;
wireless = {
enable = true;
userControlled.enable = true;
};
extraHosts = ''
192.168.100.12 strawberry

View file

View file

@ -34,15 +34,17 @@
mpv
obs
rofi
spicetify
# spicetify
dunst
eww
picom
# dunst
# eww
# picom
#
# xorg
# sxhkd
# bspwm
xorg
sxhkd
bspwm
#hyprland
];
home.file.".local/bin/ipc-bridge.exe".source = builtins.fetchurl {