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
|
../../users/rin
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [ wpa_supplicant_gui ];
|
||||||
|
|
||||||
|
programs.hyprland.enable = true;
|
||||||
|
|
||||||
# For steam fhs-env
|
# For steam fhs-env
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
"openssl-1.1.1w"
|
"openssl-1.1.1w"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,10 @@
|
||||||
networking = {
|
networking = {
|
||||||
useDHCP = true;
|
useDHCP = true;
|
||||||
nameservers = [ "1.1.1.1" "8.8.8.8" ];
|
nameservers = [ "1.1.1.1" "8.8.8.8" ];
|
||||||
wireless.userControlled.enable = true;
|
wireless = {
|
||||||
|
enable = true;
|
||||||
|
userControlled.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
extraHosts = ''
|
extraHosts = ''
|
||||||
192.168.100.12 strawberry
|
192.168.100.12 strawberry
|
||||||
|
|
|
||||||
0
modules/user/hyprland.nix
Normal file
0
modules/user/hyprland.nix
Normal file
|
|
@ -34,15 +34,17 @@
|
||||||
mpv
|
mpv
|
||||||
obs
|
obs
|
||||||
rofi
|
rofi
|
||||||
spicetify
|
# spicetify
|
||||||
|
|
||||||
dunst
|
# dunst
|
||||||
eww
|
# eww
|
||||||
picom
|
# picom
|
||||||
|
#
|
||||||
|
# xorg
|
||||||
|
# sxhkd
|
||||||
|
# bspwm
|
||||||
|
|
||||||
xorg
|
#hyprland
|
||||||
sxhkd
|
|
||||||
bspwm
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file.".local/bin/ipc-bridge.exe".source = builtins.fetchurl {
|
home.file.".local/bin/ipc-bridge.exe".source = builtins.fetchurl {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue