This commit is contained in:
foosinn 2022-09-30 09:41:10 +02:00
parent efab382ce2
commit 75289b6cd3
9 changed files with 322 additions and 13 deletions

View file

@ -11,6 +11,37 @@ let
in
{
services.autorandr.enable = true;
services.xserver = {
enable = true;
dpi = 96;
displayManager = {
sddm.enable = true;
defaultSession = "none+i3";
};
libinput = {
enable = true;
};
windowManager.i3 = {
enable = true;
extraPackages = with pkgs; [
autorandr
dmenu
dunst
feh
i3lock
i3status-rust
maim
xclip
];
};
};
programs.dconf.enable = true;
programs.sway = {
enable = true;
extraPackages = with pkgs; [
@ -21,10 +52,13 @@ in
i3status-rust
kanshi
mako
picom
slurp
swayidle
swaylock
swayr
wf-recorder
wofi
xwayland
];
extraSessionCommands = "";
@ -162,7 +196,6 @@ in
numix-icon-theme
alacritty
ferdi
imv
inkscape
keepassxc

View file

@ -17,6 +17,7 @@ in {
(python39.withPackages
(python-packages: with python-packages; [
black
diagrams
pymemcache
pyyaml
requests

View file

@ -20,6 +20,9 @@ in {
172.20.0.2 dashboard.kind
172.20.0.2 grafana.kind
172.20.0.2 alert.kind
#127.0.0.1 auth-dev.thobits.com
127.0.0.1 database
'';
environment.systemPackages = with pkgs; [