Compare commits
No commits in common. "8c8aff30655517438e857a464b94e77e5eeae639" and "03c95b7b6f71e8a87358ddb49590caa2f246d846" have entirely different histories.
8c8aff3065
...
03c95b7b6f
@ -30,7 +30,7 @@
|
|||||||
users.users.max = {
|
users.users.max = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Max Känner";
|
description = "Max Känner";
|
||||||
extraGroups = ["networkmanager" "wheel" "libvirtd" "dialout"];
|
extraGroups = ["networkmanager" "wheel" "libvirtd"];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -44,7 +44,6 @@
|
|||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
bambu-studio
|
|
||||||
neovim
|
neovim
|
||||||
wget
|
wget
|
||||||
fprintd
|
fprintd
|
||||||
|
@ -27,9 +27,9 @@ in {
|
|||||||
prismlauncher
|
prismlauncher
|
||||||
steam
|
steam
|
||||||
blender
|
blender
|
||||||
unstable.betaflight-configurator
|
betaflight-configurator
|
||||||
loudgain
|
loudgain
|
||||||
yt-dlp
|
youtube-dl
|
||||||
dconf
|
dconf
|
||||||
distrobox
|
distrobox
|
||||||
libqalculate
|
libqalculate
|
||||||
@ -43,13 +43,11 @@ in {
|
|||||||
mpv
|
mpv
|
||||||
gimp
|
gimp
|
||||||
freecad
|
freecad
|
||||||
|
flatpak
|
||||||
wine
|
wine
|
||||||
gyroflow
|
gyroflow
|
||||||
prusa-slicer
|
prusa-slicer
|
||||||
kicad
|
kicad
|
||||||
element-desktop
|
|
||||||
chromium
|
|
||||||
wl-clipboard
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,6 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
nix-direnv.enable = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -167,13 +167,7 @@ in {
|
|||||||
assigns = {
|
assigns = {
|
||||||
"main" = [{app_id = "firefox";}];
|
"main" = [{app_id = "firefox";}];
|
||||||
"term" = [{app_id = "foot-startup";}];
|
"term" = [{app_id = "foot-startup";}];
|
||||||
"msg" = [
|
"msg" = [{title = "\\[Locked\\] - KeePassXC$";}];
|
||||||
{title = "\\[Locked\\] - KeePassXC$";}
|
|
||||||
{app_id = "thunderbird";}
|
|
||||||
{app_id = "discord";}
|
|
||||||
{app_id = "Element";}
|
|
||||||
];
|
|
||||||
"music" = [{app_id = "org.rncbc.qpwgraph";}];
|
|
||||||
};
|
};
|
||||||
bars = [];
|
bars = [];
|
||||||
|
|
||||||
@ -233,18 +227,5 @@ in {
|
|||||||
bindswitch --reload --locked lid:off output eDP-1 enable
|
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