pad
This commit is contained in:
parent
4f116eb8a6
commit
15c7a706ce
3 changed files with 4 additions and 7 deletions
|
|
@ -16,7 +16,6 @@
|
||||||
xdg-utils
|
xdg-utils
|
||||||
hyprshot
|
hyprshot
|
||||||
|
|
||||||
# obsidian
|
|
||||||
vlc
|
vlc
|
||||||
obs-studio
|
obs-studio
|
||||||
keepassxc
|
keepassxc
|
||||||
|
|
@ -29,12 +28,8 @@
|
||||||
btop
|
btop
|
||||||
htop
|
htop
|
||||||
|
|
||||||
ollama
|
|
||||||
# zoom-us
|
|
||||||
#
|
|
||||||
prismlauncher
|
prismlauncher
|
||||||
lutris
|
lutris
|
||||||
# steamtinkerlaunch
|
|
||||||
|
|
||||||
unzip
|
unzip
|
||||||
ueberzugpp
|
ueberzugpp
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
"lilith-server" = {
|
"lilith-server" = {
|
||||||
user = "lilith";
|
user = "lilith";
|
||||||
hostname = "2a01:4f9:4a:1ecb::2:";
|
hostname = "[2a01:4f9:4a:1ecb::2:]";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -6,13 +6,15 @@ in
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
|
|
||||||
desktop.enable = true;
|
desktop.enable = true;
|
||||||
home-manager.users."lilith".desktop.touchSupport = true;
|
home-manager.users."lilith".desktop.touchSupport = false;
|
||||||
|
|
||||||
gaming.enable = true;
|
gaming.enable = true;
|
||||||
gaming.client-only = true;
|
gaming.client-only = true;
|
||||||
nfs.client.enable = true;
|
nfs.client.enable = true;
|
||||||
auto_styling.enable = true;
|
auto_styling.enable = true;
|
||||||
|
|
||||||
|
ollama.enable = false;
|
||||||
|
|
||||||
home-manager.users."lilith".wayland.windowManager.hyprland.settings = {
|
home-manager.users."lilith".wayland.windowManager.hyprland.settings = {
|
||||||
monitor = mkHostOverride [
|
monitor = mkHostOverride [
|
||||||
"eDP-1, 1920x1080, 0x0, 1"
|
"eDP-1, 1920x1080, 0x0, 1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue