Compare commits
11 Commits
03c95b7b6f
...
8c8aff3065
Author | SHA1 | Date | |
---|---|---|---|
8c8aff3065 | |||
94c63a75ba | |||
5b5c757a0c | |||
496cd364da | |||
8c30180c6c | |||
4bffbf61ac | |||
1b82709951 | |||
675bc756b1 | |||
a3f35652a7 | |||
3456730de4 | |||
d0a3a165e0 |
@ -30,7 +30,7 @@
|
||||
users.users.max = {
|
||||
isNormalUser = true;
|
||||
description = "Max Känner";
|
||||
extraGroups = ["networkmanager" "wheel" "libvirtd"];
|
||||
extraGroups = ["networkmanager" "wheel" "libvirtd" "dialout"];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
@ -44,6 +44,7 @@
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
bambu-studio
|
||||
neovim
|
||||
wget
|
||||
fprintd
|
||||
|
@ -27,9 +27,9 @@ in {
|
||||
prismlauncher
|
||||
steam
|
||||
blender
|
||||
betaflight-configurator
|
||||
unstable.betaflight-configurator
|
||||
loudgain
|
||||
youtube-dl
|
||||
yt-dlp
|
||||
dconf
|
||||
distrobox
|
||||
libqalculate
|
||||
@ -43,11 +43,13 @@ in {
|
||||
mpv
|
||||
gimp
|
||||
freecad
|
||||
flatpak
|
||||
wine
|
||||
gyroflow
|
||||
prusa-slicer
|
||||
kicad
|
||||
element-desktop
|
||||
chromium
|
||||
wl-clipboard
|
||||
];
|
||||
};
|
||||
}
|
||||
|
@ -14,6 +14,7 @@ in {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -167,7 +167,13 @@ in {
|
||||
assigns = {
|
||||
"main" = [{app_id = "firefox";}];
|
||||
"term" = [{app_id = "foot-startup";}];
|
||||
"msg" = [{title = "\\[Locked\\] - KeePassXC$";}];
|
||||
"msg" = [
|
||||
{title = "\\[Locked\\] - KeePassXC$";}
|
||||
{app_id = "thunderbird";}
|
||||
{app_id = "discord";}
|
||||
{app_id = "Element";}
|
||||
];
|
||||
"music" = [{app_id = "org.rncbc.qpwgraph";}];
|
||||
};
|
||||
bars = [];
|
||||
|
||||
@ -227,5 +233,18 @@ in {
|
||||
bindswitch --reload --locked lid:off output eDP-1 enable
|
||||
'';
|
||||
};
|
||||
|
||||
services.clipman.enable = true;
|
||||
|
||||
programs.swaylock = {
|
||||
enable = true;
|
||||
settings = {
|
||||
color = "313131";
|
||||
indicator-idle-visible = false;
|
||||
indicator-radius = 200;
|
||||
line-color = "00ffee";
|
||||
show-fai8led-attempts = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user