grrrrr
This commit is contained in:
parent
d7af51ee2c
commit
2615b67f63
4 changed files with 50 additions and 53 deletions
36
common.nix
36
common.nix
|
@ -12,7 +12,7 @@ with builtins;
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
package = pkgs.nixVersions.stable;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
keep-outputs = true
|
||||
|
@ -26,9 +26,17 @@ with builtins;
|
|||
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||
networking.networkmanager.wifi.backend = "iwd";
|
||||
networking.extraHosts = ''
|
||||
127.0.0.1 tiktok.com
|
||||
127.0.0.1 www.youtube.com
|
||||
127.0.0.1 www.reddit.com
|
||||
127.0.0.1 www.tiktok.com
|
||||
127.0.0.1 www.twitter.com
|
||||
127.0.0.1 www.instagram.com
|
||||
127.0.0.1 www.facebook.com
|
||||
127.0.0.1 www.snapchat.com
|
||||
|
||||
127.0.0.1 youtube.com
|
||||
127.0.0.1 reddit.com
|
||||
127.0.0.1 tiktok.com
|
||||
127.0.0.1 twitter.com
|
||||
127.0.0.1 instagram.com
|
||||
127.0.0.1 facebook.com
|
||||
|
@ -123,19 +131,17 @@ with builtins;
|
|||
|
||||
# missing: picom-jonaburg
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget git neofetch pciutils pavucontrol font-manager zip unzip gnutar
|
||||
iw btop xdotool xorg.xwininfo nodejs gparted networkmanagerapplet
|
||||
mailspring betterdiscordctl pulseaudioFull speedtest-cli
|
||||
librewolf polymc jdk8 jdk11 jdk vlc xfce.thunar xfce.tumbler
|
||||
xfce.thunar-archive-plugin gnome.file-roller uhk-agent spotify spotify-tray
|
||||
spotify-tui cool-retro-term lutris libsecret gh xorg.xhost helvum
|
||||
xdg-desktop-portal-gtk nheko obsidian jetbrains.clion
|
||||
jetbrains.webstorm jetbrains.datagrip jetbrains.idea-ultimate
|
||||
jetbrains.pycharm-professional nix-prefetch-scripts audacity rustup
|
||||
easyeffects virt-manager evince direnv nix-direnv python3Full
|
||||
fzf openrgb krita gmic-qt-krita gimp-with-plugins inkscape-with-extensions blender virglrenderer ddccontrol-db
|
||||
glab firebird-emu
|
||||
obs-studio kdenlive
|
||||
# spotify-tui jetbrains.webstorm jetbrains.datagrip jetbrains.idea-ultimate jetbrains.pycharm-professional python3Full jetbrains.clion
|
||||
wget git neofetch pciutils pavucontrol font-manager zip unzip gnutar iw
|
||||
btop xdotool xorg.xwininfo nodejs gparted networkmanagerapplet mailspring
|
||||
betterdiscordctl pulseaudioFull speedtest-cli librewolf polymc jdk8 jdk11
|
||||
jdk vlc xfce.thunar xfce.tumbler xfce.thunar-archive-plugin
|
||||
gnome.file-roller uhk-agent spotify spotify-tray cool-retro-term lutris
|
||||
libsecret gh xorg.xhost helvum xdg-desktop-portal-gtk nheko obsidian
|
||||
nix-prefetch-scripts audacity rustup easyeffects virt-manager evince direnv
|
||||
nix-direnv fzf openrgb krita gmic-qt-krita gimp-with-plugins
|
||||
inkscape-with-extensions blender virglrenderer ddccontrol-db glab
|
||||
firebird-emu obs-studio kdenlive openal
|
||||
];
|
||||
|
||||
environment.pathsToLink = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue