Compare commits
2 commits
a35426bdac
...
b6731802a8
Author | SHA1 | Date | |
---|---|---|---|
b6731802a8 | |||
e513320653 |
5 changed files with 35 additions and 15 deletions
|
@ -1,11 +1,15 @@
|
||||||
{ lib, pkgs, ... }: {
|
{ lib, pkgs, ... }:
|
||||||
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./mullvad.nix
|
./mullvad.nix
|
||||||
./dumpdvb.nix
|
./dumpdvb.nix
|
||||||
./zw.nix
|
./zw.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ iwgtk impala ];
|
environment.systemPackages = with pkgs; [
|
||||||
|
iwgtk
|
||||||
|
impala
|
||||||
|
];
|
||||||
|
|
||||||
# kick out networkmanager
|
# kick out networkmanager
|
||||||
networking.networkmanager.enable = lib.mkForce false;
|
networking.networkmanager.enable = lib.mkForce false;
|
||||||
|
@ -48,8 +52,12 @@
|
||||||
DHCP = "yes";
|
DHCP = "yes";
|
||||||
IPv6AcceptRA = true;
|
IPv6AcceptRA = true;
|
||||||
};
|
};
|
||||||
dhcpV4Config = { RouteMetric = 666; };
|
dhcpV4Config = {
|
||||||
dhcpV6Config = { RouteMetric = 666; };
|
RouteMetric = 666;
|
||||||
|
};
|
||||||
|
dhcpV6Config = {
|
||||||
|
RouteMetric = 666;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
"wlan-uplink" = {
|
"wlan-uplink" = {
|
||||||
matchConfig.Name = "wlan0";
|
matchConfig.Name = "wlan0";
|
||||||
|
|
|
@ -51,7 +51,15 @@
|
||||||
whois
|
whois
|
||||||
mtr
|
mtr
|
||||||
]
|
]
|
||||||
++ (if config.networking.hostName == "toaster" then [ gitFull git-lfs ] else [ git ]);
|
++ (
|
||||||
|
if config.networking.hostName == "toaster" then
|
||||||
|
[
|
||||||
|
gitFull
|
||||||
|
git-lfs
|
||||||
|
]
|
||||||
|
else
|
||||||
|
[ git ]
|
||||||
|
);
|
||||||
|
|
||||||
environment.variables =
|
environment.variables =
|
||||||
let
|
let
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
dino
|
dino
|
||||||
ffmpeg-full
|
ffmpeg-full
|
||||||
firefox-wayland
|
firefox-wayland
|
||||||
vivaldi
|
|
||||||
vivaldi-ffmpeg-codecs
|
|
||||||
gimp
|
gimp
|
||||||
inkscape
|
inkscape
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
@ -16,7 +14,6 @@
|
||||||
yt-dlp
|
yt-dlp
|
||||||
element-desktop
|
element-desktop
|
||||||
discord
|
discord
|
||||||
spotify
|
|
||||||
mpv
|
mpv
|
||||||
];
|
];
|
||||||
programs.steam.enable = true;
|
programs.steam.enable = true;
|
||||||
|
|
|
@ -27,7 +27,12 @@
|
||||||
twitter-color-emoji
|
twitter-color-emoji
|
||||||
iosevka-bin
|
iosevka-bin
|
||||||
cozette
|
cozette
|
||||||
(nerdfonts.override { fonts = [ "Hack" "3270" ]; })
|
(nerdfonts.override {
|
||||||
|
fonts = [
|
||||||
|
"Hack"
|
||||||
|
"3270"
|
||||||
|
];
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.enableDefaultPackages = true;
|
fonts.enableDefaultPackages = true;
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
# General Desktop-related config
|
# General Desktop-related config
|
||||||
{ pkgs, ... }:
|
{ pkgs, inputs, ... }:
|
||||||
|
let
|
||||||
|
unstablepkgs = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system};
|
||||||
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./desktop-software.nix
|
./desktop-software.nix
|
||||||
|
@ -19,11 +22,10 @@
|
||||||
termusic
|
termusic
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
xdg-utils
|
xdg-utils
|
||||||
foot
|
|
||||||
qt5.qtwayland
|
qt5.qtwayland
|
||||||
bashmount
|
bashmount
|
||||||
nautilus
|
|
||||||
audacity
|
audacity
|
||||||
|
spotify-player
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable sound.
|
# Enable sound.
|
||||||
|
@ -61,16 +63,15 @@
|
||||||
'';
|
'';
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
alacritty
|
|
||||||
bluetui
|
bluetui
|
||||||
foot
|
foot
|
||||||
gammastep
|
gammastep
|
||||||
graphicsmagick
|
graphicsmagick
|
||||||
grim
|
grim
|
||||||
i3status-rust
|
unstablepkgs.i3status-rust
|
||||||
impala
|
impala
|
||||||
kanshi
|
kanshi
|
||||||
mako
|
swaynotificationcenter
|
||||||
pamixer
|
pamixer
|
||||||
rofi-wayland
|
rofi-wayland
|
||||||
slurp
|
slurp
|
||||||
|
@ -78,6 +79,7 @@
|
||||||
swaylock
|
swaylock
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
wl-mirror
|
wl-mirror
|
||||||
|
xfce.thunar
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue