uwhfaouefj
This commit is contained in:
parent
6567a561e3
commit
fd126721cf
4 changed files with 17 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
0
modules/user/hyprland.nix
Normal file
0
modules/user/hyprland.nix
Normal 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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue