Compare commits
24 Commits
feature/vl
...
feature/de
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc16b994a0 | ||
|
|
bb3115f637 | ||
|
|
3f446ddbd0 | ||
|
|
e2dec8d94d | ||
|
|
b4fed26fdd | ||
| 7add559324 | |||
| 1e201aa9c6 | |||
|
|
6d81332af3 | ||
|
|
93f98b0bd9 | ||
|
|
fb978f98e5 | ||
| 916dd01079 | |||
| 711e593018 | |||
|
|
7aaec79d03 | ||
| 322d786f1a | |||
| 61eb3d663e | |||
|
|
af4175f5db | ||
| 84f149fe88 | |||
|
|
73601c9423 | ||
| 239f5832c6 | |||
| b6059c8608 | |||
|
|
83210c012c | ||
|
|
0af25f781c | ||
|
|
edfb61be35 | ||
| cf9c121269 |
24
flake.lock
generated
@@ -7,11 +7,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1781319724,
|
"lastModified": 1784350909,
|
||||||
"narHash": "sha256-ZGuxexEMo4Xv28KJ0dX/m/PHN4oZIOnxHZpNTyrvx4M=",
|
"narHash": "sha256-ZWyzLbS1yKUTeFJLmdVuWNnHttL333/ldJbEE+KzCrM=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "8355f0a16b2dbb06a97959a918af5b239bbe05ae",
|
"rev": "4ce190229c73d44536caa7072f6308fb2d8feeb3",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -23,11 +23,11 @@
|
|||||||
},
|
},
|
||||||
"nix-flatpak": {
|
"nix-flatpak": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1780908363,
|
"lastModified": 1783368811,
|
||||||
"narHash": "sha256-llGS4y3Qh1eUkli3/Y2VY9FV3GOUKFZR1E2BDftt45Q=",
|
"narHash": "sha256-0H8jDwR4Kegb3heaTrH1ftbgKfZVDT8JE+46uXxDy/Q=",
|
||||||
"owner": "gmodena",
|
"owner": "gmodena",
|
||||||
"repo": "nix-flatpak",
|
"repo": "nix-flatpak",
|
||||||
"rev": "1df08625f0f8c7d6e300a0e5df7955bbb877d809",
|
"rev": "20d42f0ee98c9fe9f85e8d1de474f1409ed10d05",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -38,11 +38,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1781216227,
|
"lastModified": 1784432872,
|
||||||
"narHash": "sha256-9mUW6gNwoN2SWc/l0fW4svPNOulXLl8ijqKyeSOGgJE=",
|
"narHash": "sha256-n3gKTBIV4ZA5VQpUakffBe3KGu4+mhPoA34rrqS0GkA=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "a0374025a863d007d98e3297f6aa46cc3141c2f0",
|
"rev": "fd1462031fdee08f65fd0b4c6b64e22239a77870",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -54,11 +54,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs-unstable": {
|
"nixpkgs-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1781359544,
|
"lastModified": 1784555310,
|
||||||
"narHash": "sha256-iUuzKQcyXvopYDDzFpMK5eQKP3WIJExYny2kJtbgUcE=",
|
"narHash": "sha256-/FCliTPgiuV1owejZFNx3Ch9irdvkOfOFl+HHZ+DrtM=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "9f11f828c213641c2369a9f1fa31fe31557e3156",
|
"rev": "421eebfd0ec7bccd4abe826ce62d7e6e83129493",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -12,18 +12,21 @@
|
|||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../modules/home-manager.nix
|
../../modules/home-manager.nix
|
||||||
../modules/common.nix
|
../../modules/common.nix
|
||||||
../modules/users.nix
|
../../modules/users.nix
|
||||||
../modules/locales.nix
|
../../modules/locales.nix
|
||||||
../modules/services.nix
|
../../modules/services.nix
|
||||||
../modules/programs.nix
|
../../modules/programs.nix
|
||||||
../modules/docker.nix
|
../../modules/docker.nix
|
||||||
../modules/printing.nix
|
../../modules/printing.nix
|
||||||
../modules/bambu-studio-flatpak.nix
|
../../modules/bambu-studio-flatpak.nix
|
||||||
../modules/arduino-ide.nix
|
../../modules/arduino-ide.nix
|
||||||
../modules/devenv.nix
|
../../modules/devenv.nix
|
||||||
# ../modules/bitwarden.nix
|
../../modules/vlc.nix
|
||||||
|
../../modules/btop.nix
|
||||||
|
../../modules/lazygit.nix
|
||||||
|
# ../../modules/bitwarden.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
@@ -65,5 +68,13 @@
|
|||||||
};
|
};
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
services.blueman.enable = true;
|
services.blueman.enable = true;
|
||||||
|
|
||||||
|
home-manager.users.avravels.home.hyprland.monitors = [
|
||||||
|
{
|
||||||
|
output = "eDP-1";
|
||||||
|
mode = "1920x1200";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
system.stateVersion = "25.11"; # Did you read the comment?
|
system.stateVersion = "25.11"; # Did you read the comment?
|
||||||
}
|
}
|
||||||
@@ -8,11 +8,11 @@
|
|||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../modules/common.nix
|
../../modules/common.nix
|
||||||
../modules/users.nix
|
../../modules/users.nix
|
||||||
../modules/locales.nix
|
../../modules/locales.nix
|
||||||
../modules/services.nix
|
../../modules/services.nix
|
||||||
../modules/programs.nix
|
../../modules/programs.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
@@ -3,29 +3,34 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../modules/home-manager.nix
|
../../modules/home-manager.nix
|
||||||
../modules/common.nix
|
../../modules/common.nix
|
||||||
../modules/users.nix
|
../../modules/users.nix
|
||||||
../modules/locales.nix
|
../../modules/locales.nix
|
||||||
../modules/services.nix
|
../../modules/services.nix
|
||||||
../modules/programs.nix
|
../../modules/programs.nix
|
||||||
../modules/gaming.nix
|
../../modules/gaming.nix
|
||||||
../modules/obs-studio.nix
|
../../modules/obs-studio.nix
|
||||||
../modules/garbage-collection.nix
|
../../modules/garbage-collection.nix
|
||||||
../modules/printing.nix
|
../../modules/printing.nix
|
||||||
../modules/docker.nix
|
../../modules/docker.nix
|
||||||
../modules/matrix.nix
|
../../modules/matrix.nix
|
||||||
../modules/kdenlive.nix
|
../../modules/kdenlive.nix
|
||||||
../modules/audacity.nix
|
../../modules/audacity.nix
|
||||||
../modules/ollama.nix
|
../../modules/ollama.nix
|
||||||
../modules/wireguard.nix
|
../../modules/wireguard.nix
|
||||||
../modules/qbittorrent.nix
|
../../modules/qbittorrent.nix
|
||||||
../modules/gimp.nix
|
../../modules/gimp.nix
|
||||||
../modules/openscad.nix
|
../../modules/openscad.nix
|
||||||
../modules/bambu-studio-flatpak.nix
|
../../modules/bambu-studio-flatpak.nix
|
||||||
../modules/arduino-ide.nix
|
../../modules/arduino-ide.nix
|
||||||
../modules/bitwarden.nix
|
../../modules/bitwarden.nix
|
||||||
../modules/vlc.nix
|
../../modules/vlc.nix
|
||||||
|
../../modules/devenv.nix
|
||||||
|
../../modules/btop.nix
|
||||||
|
../../modules/discord.nix
|
||||||
|
../../modules/lazygit.nix
|
||||||
|
../../modules/yazi.nix
|
||||||
./mtp-fix.nix
|
./mtp-fix.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -43,13 +48,6 @@
|
|||||||
];
|
];
|
||||||
networking.firewall.enable = false;
|
networking.firewall.enable = false;
|
||||||
|
|
||||||
home-manager.users.avravels.home.hyprland.execOnce = [
|
|
||||||
"waybar"
|
|
||||||
"[workspace 1 silent] kitty"
|
|
||||||
"[workspace 1 silent] spotify"
|
|
||||||
"[workspace 2 silent] firefox"
|
|
||||||
];
|
|
||||||
|
|
||||||
networking.interfaces.enp130s0.wakeOnLan.enable = true;
|
networking.interfaces.enp130s0.wakeOnLan.enable = true;
|
||||||
networking.firewall.allowedUDPPorts = [ 9 ];
|
networking.firewall.allowedUDPPorts = [ 9 ];
|
||||||
|
|
||||||
@@ -3,12 +3,12 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../modules/common.nix
|
../../modules/common.nix
|
||||||
../modules/users.nix
|
../../modules/users.nix
|
||||||
../modules/locales.nix
|
../../modules/locales.nix
|
||||||
../modules/services.nix
|
../../modules/services.nix
|
||||||
../modules/programs.nix
|
../../modules/programs.nix
|
||||||
../modules/gaming.nix
|
../../modules/gaming.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
94
hosts/work/default.nix
Normal file
@@ -0,0 +1,94 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./hardware-configuration.nix
|
||||||
|
../../modules/home-manager.nix
|
||||||
|
../../modules/common.nix
|
||||||
|
../../modules/users.nix
|
||||||
|
../../modules/locales.nix
|
||||||
|
../../modules/services.nix
|
||||||
|
../../modules/programs.nix
|
||||||
|
../../modules/garbage-collection.nix
|
||||||
|
../../modules/printing.nix
|
||||||
|
../../modules/docker.nix
|
||||||
|
../../modules/teams-for-linux.nix
|
||||||
|
../../modules/azure-data-studio.nix
|
||||||
|
../../modules/filezilla.nix
|
||||||
|
../../modules/wireguard.nix
|
||||||
|
../../modules/remmina.nix
|
||||||
|
../../modules/postman.nix
|
||||||
|
../../modules/gimp.nix
|
||||||
|
../../modules/jq.nix
|
||||||
|
../../modules/enova.nix
|
||||||
|
../../modules/devenv.nix
|
||||||
|
../../modules/bitwarden.nix
|
||||||
|
../../modules/btop.nix
|
||||||
|
../../modules/vlc.nix
|
||||||
|
../../modules/lazygit.nix
|
||||||
|
../../modules/yazi.nix
|
||||||
|
];
|
||||||
|
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
|
boot.plymouth.enable = true;
|
||||||
|
boot.plymouth.theme = "spinner";
|
||||||
|
boot.initrd.systemd.enable = true;
|
||||||
|
|
||||||
|
programs.nix-ld.enable = true;
|
||||||
|
networking.hostName = "laptop-armel";
|
||||||
|
|
||||||
|
home-manager.users.avravels.home.git.userName = "Armel van Ravels";
|
||||||
|
home-manager.users.avravels.home.git.userEmail = "armel@webavance.nl";
|
||||||
|
|
||||||
|
networking.networkmanager.enable = true;
|
||||||
|
networking.nameservers = [
|
||||||
|
"127.0.0.1"
|
||||||
|
"192.168.68.56"
|
||||||
|
"1.1.1.1"
|
||||||
|
"8.8.8.8"
|
||||||
|
];
|
||||||
|
networking.firewall.enable = false;
|
||||||
|
|
||||||
|
hardware.graphics.enable = true;
|
||||||
|
services.xserver.videoDrivers = [ "intel" ];
|
||||||
|
|
||||||
|
virtualisation.libvirtd.enable = true;
|
||||||
|
|
||||||
|
specialisation = {
|
||||||
|
"top floor".configuration = {
|
||||||
|
home-manager.users.avravels.home.hyprland.monitors = [
|
||||||
|
{
|
||||||
|
output = "DP-3";
|
||||||
|
mode = "2560x1440";
|
||||||
|
position = "0x0";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
output = "DP-1";
|
||||||
|
mode = "2560x1440";
|
||||||
|
position = "2560x0";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
output = "eDP-1";
|
||||||
|
mode = "1920x1200";
|
||||||
|
position = "5120x0";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
networking.hosts = {
|
||||||
|
"127.0.0.1" = [
|
||||||
|
"local.wormundco.de"
|
||||||
|
"local.wormundco.nl"
|
||||||
|
"local.wormenco.nl"
|
||||||
|
"local.wurmundco.de"
|
||||||
|
];
|
||||||
|
"149.210.174.226" = [ "kindertelefoon" ];
|
||||||
|
};
|
||||||
|
|
||||||
|
system.stateVersion = "25.11"; # Did you read the comment?
|
||||||
|
}
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
services.flatpak.update.onActivation = true;
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
services.flatpak.packages = [
|
services.flatpak.packages = [
|
||||||
"com.bambulab.BambuStudio"
|
"com.bambulab.BambuStudio"
|
||||||
8
modules/discord.nix
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
discord
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
@@ -14,7 +14,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.heroic
|
|
||||||
pkgs.mangohud
|
pkgs.mangohud
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
BIN
modules/home/backgrounds/catppucin.png
Normal file
|
After Width: | Height: | Size: 6.9 MiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 10 MiB After Width: | Height: | Size: 10 MiB |
47
modules/home/programs/vscode.nix
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
{ pkgs, pkgsUnstable, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
extensions = with pkgs.vscode-extensions; [
|
||||||
|
ms-dotnettools.csharp
|
||||||
|
ms-dotnettools.csdevkit
|
||||||
|
ms-dotnettools.vscode-dotnet-runtime
|
||||||
|
mkhl.direnv
|
||||||
|
catppuccin.catppuccin-vsc
|
||||||
|
bmewburn.vscode-intelephense-client
|
||||||
|
continue.continue
|
||||||
|
vue.volar
|
||||||
|
ms-vscode-remote.remote-containers
|
||||||
|
];
|
||||||
|
|
||||||
|
userSettings = {
|
||||||
|
"editor.lineNumbers" = "relative";
|
||||||
|
"workbench.colorTheme" = "Catppuccin Mocha";
|
||||||
|
"workbench.editor.enablePreview" = false;
|
||||||
|
"direnv.restart.automatic" = true;
|
||||||
|
|
||||||
|
"terminal.integrated.defaultProfile.linux" = "zsh";
|
||||||
|
"terminal.integrated.profiles.linux".zsh = {
|
||||||
|
path = "${pkgs.zsh}/bin/zsh";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
editors = {
|
||||||
|
vscode = pkgsUnstable.vscode.fhs;
|
||||||
|
cursor = pkgsUnstable.code-cursor-fhs;
|
||||||
|
vscodium = pkgsUnstable.vscodium-fhs;
|
||||||
|
};
|
||||||
|
|
||||||
|
mkEditor = package: {
|
||||||
|
enable = true;
|
||||||
|
inherit package;
|
||||||
|
|
||||||
|
profiles.default = {
|
||||||
|
inherit extensions;
|
||||||
|
inherit userSettings;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
in
|
||||||
|
{
|
||||||
|
programs = builtins.mapAttrs (_: mkEditor) editors;
|
||||||
|
}
|
||||||
@@ -2,9 +2,11 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
home.file.".zsh/fastfetch.jsonc".source = ./fastfetch/config.jsonc;
|
home.file.".zsh/fastfetch.jsonc".source = ./fastfetch/config.jsonc;
|
||||||
|
home.file.".zsh/functions/dex.zsh".source = ./zsh/functions/dex.zsh;
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = "agnoster";
|
theme = "agnoster";
|
||||||
@@ -13,6 +15,8 @@
|
|||||||
initContent = ''
|
initContent = ''
|
||||||
# Use kitty's ssh helper if running inside kitty
|
# Use kitty's ssh helper if running inside kitty
|
||||||
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
|
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
|
||||||
|
|
||||||
|
source ~/.zsh/functions/dex.zsh
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
59
modules/home/programs/zsh/functions/dex.zsh
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
dex() {
|
||||||
|
clear
|
||||||
|
local container
|
||||||
|
|
||||||
|
container=$(
|
||||||
|
docker ps --format '{{.Names}}\t{{.Image}}\t{{.Status}}' |
|
||||||
|
sort |
|
||||||
|
fzf \
|
||||||
|
--delimiter=$'\t' \
|
||||||
|
--with-nth=1,2,3 \
|
||||||
|
--header=$'Ctrl-I: Inspect | Ctrl-L: Logs | Ctrl-R: Refresh | ?: Toggle Preview\n\nNAME\tIMAGE\tSTATUS' \
|
||||||
|
--tabstop=4 \
|
||||||
|
--height=100% \
|
||||||
|
--layout=reverse \
|
||||||
|
--border=rounded \
|
||||||
|
--info=inline-right \
|
||||||
|
--prompt='🐳 Container > ' \
|
||||||
|
--pointer='▶' \
|
||||||
|
--marker='✓' \
|
||||||
|
--preview 'docker logs -f --tail=50 {1} 2>&1' \
|
||||||
|
--preview-label=' Logs ' \
|
||||||
|
--preview-window='right,65%,follow,border-left,wrap' \
|
||||||
|
--bind 'ctrl-r:reload(docker ps --format "{{.Names}}\t{{.Image}}\t{{.Status}}" | sort)' \
|
||||||
|
--bind 'ctrl-u:preview-half-page-up' \
|
||||||
|
--bind 'ctrl-d:preview-half-page-down' \
|
||||||
|
--bind '?:toggle-preview' \
|
||||||
|
--bind 'ctrl-l:change-preview(docker logs -f --tail=50 {1} 2>&1)+change-preview-label(Logs)' \
|
||||||
|
--bind 'ctrl-i:change-preview(
|
||||||
|
docker inspect --format "
|
||||||
|
Name: {{.Name}}
|
||||||
|
Image: {{.Config.Image}}
|
||||||
|
Status: {{.State.Status}}
|
||||||
|
Running: {{.State.Running}}
|
||||||
|
Started: {{.State.StartedAt}}
|
||||||
|
Finished: {{.State.FinishedAt}}
|
||||||
|
PID: {{.State.Pid}}
|
||||||
|
Exit Code: {{.State.ExitCode}}
|
||||||
|
|
||||||
|
Networks:
|
||||||
|
{{range .NetworkSettings.Networks}} • {{.IPAddress}}
|
||||||
|
{{end}}
|
||||||
|
|
||||||
|
Mounts:
|
||||||
|
{{range .Mounts}} • {{.Source}} -> {{.Destination}}
|
||||||
|
{{end}}
|
||||||
|
" {1}
|
||||||
|
)+change-preview-label(Inspect)' |
|
||||||
|
cut -f1
|
||||||
|
) || return
|
||||||
|
|
||||||
|
docker exec -it "$container" sh -c '
|
||||||
|
for shell in bash ash zsh sh; do
|
||||||
|
command -v "$shell" >/dev/null 2>&1 && exec "$shell"
|
||||||
|
done
|
||||||
|
|
||||||
|
echo "No suitable shell found." >&2
|
||||||
|
exit 1
|
||||||
|
'
|
||||||
|
}
|
||||||
@@ -6,16 +6,30 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
cfg = config.home.hyprland;
|
cfg = config.home.hyprland;
|
||||||
|
toggleRecorder = import ./scripts/toggle-recorder.nix { inherit pkgs; };
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
options.home.hyprland = {
|
options.home.hyprland.monitors = lib.mkOption {
|
||||||
execOnce = lib.mkOption {
|
type = lib.types.listOf (lib.types.submodule {
|
||||||
type = lib.types.listOf lib.types.str;
|
options = {
|
||||||
default = [ "waybar" ];
|
output = lib.mkOption { type = lib.types.str; };
|
||||||
description = "Commands to run once when Hyprland starts (maps to Hyprland `exec-once`).";
|
mode = lib.mkOption {
|
||||||
|
type = lib.types.str;
|
||||||
|
default = "preferred";
|
||||||
|
};
|
||||||
|
position = lib.mkOption {
|
||||||
|
type = lib.types.str;
|
||||||
|
default = "auto";
|
||||||
|
};
|
||||||
|
scale = lib.mkOption {
|
||||||
|
type = lib.types.number;
|
||||||
|
default = 1;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
});
|
||||||
|
default = [ ];
|
||||||
|
};
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
bzmenu
|
bzmenu
|
||||||
@@ -23,8 +37,8 @@ in
|
|||||||
hyprlock
|
hyprlock
|
||||||
playerctl
|
playerctl
|
||||||
speedcrunch
|
speedcrunch
|
||||||
|
toggleRecorder
|
||||||
];
|
];
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configType = "lua";
|
configType = "lua";
|
||||||
@@ -33,6 +47,12 @@ in
|
|||||||
mkLuaInline = lib.generators.mkLuaInline;
|
mkLuaInline = lib.generators.mkLuaInline;
|
||||||
toLua = lib.generators.toLua;
|
toLua = lib.generators.toLua;
|
||||||
mkArgs = args: { _args = args; };
|
mkArgs = args: { _args = args; };
|
||||||
|
defaultMonitor = {
|
||||||
|
output = "";
|
||||||
|
mode = "preferred";
|
||||||
|
position = "auto";
|
||||||
|
scale = 1;
|
||||||
|
};
|
||||||
bind =
|
bind =
|
||||||
keys: dispatcher: options:
|
keys: dispatcher: options:
|
||||||
mkArgs [
|
mkArgs [
|
||||||
@@ -69,7 +89,7 @@ in
|
|||||||
animations.enabled = true;
|
animations.enabled = true;
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
inactive_opacity = 0.8;
|
inactive_opacity = 0.7;
|
||||||
active_opacity = 0.9;
|
active_opacity = 0.9;
|
||||||
rounding = 5;
|
rounding = 5;
|
||||||
rounding_power = 2.5;
|
rounding_power = 2.5;
|
||||||
@@ -105,12 +125,13 @@ in
|
|||||||
|
|
||||||
bind = lib.flatten [
|
bind = lib.flatten [
|
||||||
(bind "${mod} + W" (dsp.exec_cmd "pkill -SIGUSR1 -f '^waybar$'") { })
|
(bind "${mod} + W" (dsp.exec_cmd "pkill -SIGUSR1 -f '^waybar$'") { })
|
||||||
(bind "${mod} + Q" (dsp.window.kill) { })
|
(bind "${mod} + Q" (dsp.window.close) { })
|
||||||
(bind "${mod} + L" (dsp.exec_cmd "hyprlock") { })
|
(bind "${mod} + L" (dsp.exec_cmd "hyprlock") { })
|
||||||
(bind "${mod} + D" (dsp.exec_cmd "rofi -show drun") { })
|
(bind "${mod} + D" (dsp.exec_cmd "rofi -show drun") { })
|
||||||
(bind "${mod} + B" (dsp.exec_cmd "bzmenu --launcher rofi") { })
|
(bind "${mod} + B" (dsp.exec_cmd "bzmenu --launcher rofi") { })
|
||||||
(bind "${mod} + F" (dsp.window.fullscreen) { })
|
(bind "${mod} + F" (dsp.window.fullscreen) { })
|
||||||
(bind "${mod} + Z" (dsp.exec_cmd "hyprshot -m region") { })
|
(bind "${mod} + Z" (dsp.exec_cmd "hyprshot -m region") { })
|
||||||
|
(bind "${mod} + SHIFT + Z" (dsp.exec_cmd "toggle-recorder") { })
|
||||||
(bind "${mod} + M" (dsp.exit) { })
|
(bind "${mod} + M" (dsp.exit) { })
|
||||||
(bind "${mod} + SPACE" (dsp.exec_cmd "firefox") { })
|
(bind "${mod} + SPACE" (dsp.exec_cmd "firefox") { })
|
||||||
(bind "${mod} + RETURN" (dsp.exec_cmd "kitty") { })
|
(bind "${mod} + RETURN" (dsp.exec_cmd "kitty") { })
|
||||||
@@ -160,25 +181,34 @@ in
|
|||||||
(bind "${mod} + mouse:272" dsp.window.drag { mouse = true; })
|
(bind "${mod} + mouse:272" dsp.window.drag { mouse = true; })
|
||||||
(bind "${mod} + mouse:273" dsp.window.resize { mouse = true; })
|
(bind "${mod} + mouse:273" dsp.window.resize { mouse = true; })
|
||||||
];
|
];
|
||||||
|
on = [
|
||||||
on = mkArgs [
|
(mkArgs [
|
||||||
"hyprland.start"
|
"hyprland.start"
|
||||||
(mkLuaInline ''
|
(mkLuaInline ''
|
||||||
function()
|
function()
|
||||||
hl.exec_cmd("waybar")
|
hl.exec_cmd("waybar")
|
||||||
hl.monitor({
|
|
||||||
output = "",
|
hl.monitor(${toLua {} defaultMonitor})
|
||||||
mode = "preferred",
|
|
||||||
position = "auto",
|
${lib.concatMapStringsSep "\n"
|
||||||
scale = 1,
|
(m: "hl.monitor(${toLua {} m})")
|
||||||
})
|
cfg.monitors}
|
||||||
hl.monitor({
|
end
|
||||||
output = "eDP-1",
|
'')
|
||||||
mode = "1920x1200",
|
])
|
||||||
position = "auto",
|
|
||||||
scale = 1,
|
(mkArgs [
|
||||||
})
|
"config.reloaded"
|
||||||
end'')
|
(mkLuaInline ''
|
||||||
|
function()
|
||||||
|
hl.monitor(${toLua {} defaultMonitor})
|
||||||
|
|
||||||
|
${lib.concatMapStringsSep "\n"
|
||||||
|
(m: "hl.monitor(${toLua {} m})")
|
||||||
|
cfg.monitors}
|
||||||
|
end
|
||||||
|
'')
|
||||||
|
])
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -4,6 +4,7 @@ let
|
|||||||
wallpaper = builtins.toString ../backgrounds/monkey.jpg;
|
wallpaper = builtins.toString ../backgrounds/monkey.jpg;
|
||||||
wallpaper2 = builtins.toString ../backgrounds/bird.jpg;
|
wallpaper2 = builtins.toString ../backgrounds/bird.jpg;
|
||||||
wallpaper3 = builtins.toString ../backgrounds/nix.png;
|
wallpaper3 = builtins.toString ../backgrounds/nix.png;
|
||||||
|
wallpaper4 = builtins.toString ../backgrounds/catppucin.png;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services.hyprpaper = {
|
services.hyprpaper = {
|
||||||
@@ -15,12 +16,13 @@ in
|
|||||||
wallpaper
|
wallpaper
|
||||||
wallpaper2
|
wallpaper2
|
||||||
wallpaper3
|
wallpaper3
|
||||||
|
wallpaper4
|
||||||
];
|
];
|
||||||
|
|
||||||
wallpaper = [
|
wallpaper = [
|
||||||
{
|
{
|
||||||
monitor = "";
|
monitor = "";
|
||||||
path = wallpaper3;
|
path = wallpaper4;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
22
modules/home/wm/scripts/toggle-recorder.nix
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
{ pkgs }:
|
||||||
|
|
||||||
|
pkgs.writeShellApplication {
|
||||||
|
name = "toggle-recorder";
|
||||||
|
|
||||||
|
runtimeInputs = with pkgs; [
|
||||||
|
wf-recorder
|
||||||
|
slurp
|
||||||
|
procps
|
||||||
|
coreutils
|
||||||
|
];
|
||||||
|
|
||||||
|
text = ''
|
||||||
|
if pgrep -x wf-recorder >/dev/null; then
|
||||||
|
pkill -INT wf-recorder
|
||||||
|
else
|
||||||
|
wf-recorder \
|
||||||
|
-g "$(slurp)" \
|
||||||
|
-f "$HOME/Videos/recording-$(date +%F-%H%M%S).mp4"
|
||||||
|
fi
|
||||||
|
'';
|
||||||
|
}
|
||||||
@@ -21,12 +21,23 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
modules-right = [
|
modules-right = [
|
||||||
|
"custom/recording"
|
||||||
"pulseaudio"
|
"pulseaudio"
|
||||||
"cpu"
|
"cpu"
|
||||||
"tray"
|
"tray"
|
||||||
"clock"
|
"clock"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
"custom/recording" = {
|
||||||
|
exec = ''
|
||||||
|
if pgrep -x wf-recorder >/dev/null; then
|
||||||
|
echo "🔴 REC"
|
||||||
|
fi
|
||||||
|
'';
|
||||||
|
interval = 1;
|
||||||
|
tooltip = false;
|
||||||
|
};
|
||||||
|
|
||||||
pulseaudio = {
|
pulseaudio = {
|
||||||
format = "{icon} {volume}%";
|
format = "{icon} {volume}%";
|
||||||
format-muted = " muted";
|
format-muted = " muted";
|
||||||
7
modules/lazygit.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
lazygit
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -13,9 +13,9 @@
|
|||||||
];
|
];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
home-manager
|
home-manager
|
||||||
legcord
|
|
||||||
spotify
|
spotify
|
||||||
proton-vpn
|
proton-vpn
|
||||||
|
fzf
|
||||||
];
|
];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
7
modules/yazi.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
yazi
|
||||||
|
];
|
||||||
|
}
|
||||||
90
outputs.nix
@@ -6,75 +6,37 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
mkPkgsUnstable =
|
system = "x86_64-linux";
|
||||||
system:
|
|
||||||
import nixpkgs-unstable {
|
pkgsUnstable = import nixpkgs-unstable {
|
||||||
inherit system;
|
inherit system;
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
};
|
};
|
||||||
in
|
|
||||||
|
|
||||||
|
mkHost =
|
||||||
|
name:
|
||||||
|
nixpkgs.lib.nixosSystem {
|
||||||
|
inherit system;
|
||||||
|
|
||||||
|
specialArgs = {
|
||||||
|
inherit pkgsUnstable;
|
||||||
|
nixFlatpak = nix-flatpak;
|
||||||
|
};
|
||||||
|
|
||||||
|
modules = [
|
||||||
|
nix-flatpak.nixosModules.nix-flatpak
|
||||||
|
home-manager.nixosModules.home-manager
|
||||||
|
./hosts/${name}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
|
in
|
||||||
{
|
{
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
"gandalf" = nixpkgs.lib.nixosSystem {
|
gandalf = mkHost "gandalf";
|
||||||
system = "x86_64-linux";
|
frodo = mkHost "frodo";
|
||||||
specialArgs = {
|
legolas = mkHost "legolas";
|
||||||
pkgsUnstable = mkPkgsUnstable "x86_64-linux";
|
balrog = mkHost "balrog";
|
||||||
nixFlatpak = nix-flatpak;
|
work = mkHost "work";
|
||||||
};
|
|
||||||
modules = [
|
|
||||||
nix-flatpak.nixosModules.nix-flatpak
|
|
||||||
home-manager.nixosModules.home-manager
|
|
||||||
./systems/gandalf
|
|
||||||
];
|
|
||||||
};
|
|
||||||
"frodo" = nixpkgs.lib.nixosSystem {
|
|
||||||
system = "x86_64-linux";
|
|
||||||
specialArgs = {
|
|
||||||
pkgsUnstable = mkPkgsUnstable "x86_64-linux";
|
|
||||||
nixFlatpak = nix-flatpak;
|
|
||||||
};
|
|
||||||
modules = [
|
|
||||||
nix-flatpak.nixosModules.nix-flatpak
|
|
||||||
home-manager.nixosModules.home-manager
|
|
||||||
./systems/frodo
|
|
||||||
];
|
|
||||||
};
|
|
||||||
"legolas" = nixpkgs.lib.nixosSystem {
|
|
||||||
system = "x86_64-linux";
|
|
||||||
specialArgs = {
|
|
||||||
pkgsUnstable = mkPkgsUnstable "x86_64-linux";
|
|
||||||
nixFlatpak = nix-flatpak;
|
|
||||||
};
|
|
||||||
modules = [
|
|
||||||
nix-flatpak.nixosModules.nix-flatpak
|
|
||||||
home-manager.nixosModules.home-manager
|
|
||||||
./systems/legolas
|
|
||||||
];
|
|
||||||
};
|
|
||||||
"balrog" = nixpkgs.lib.nixosSystem {
|
|
||||||
system = "x86_64-linux";
|
|
||||||
specialArgs = {
|
|
||||||
pkgsUnstable = mkPkgsUnstable "x86_64-linux";
|
|
||||||
nixFlatpak = nix-flatpak;
|
|
||||||
};
|
|
||||||
modules = [
|
|
||||||
nix-flatpak.nixosModules.nix-flatpak
|
|
||||||
home-manager.nixosModules.home-manager
|
|
||||||
./systems/balrog
|
|
||||||
];
|
|
||||||
};
|
|
||||||
"work" = nixpkgs.lib.nixosSystem {
|
|
||||||
system = "x86_64-linux";
|
|
||||||
specialArgs = {
|
|
||||||
pkgsUnstable = mkPkgsUnstable "x86_64-linux";
|
|
||||||
nixFlatpak = nix-flatpak;
|
|
||||||
};
|
|
||||||
modules = [
|
|
||||||
nix-flatpak.nixosModules.nix-flatpak
|
|
||||||
home-manager.nixosModules.home-manager
|
|
||||||
./systems/work
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,31 +0,0 @@
|
|||||||
{ pkgs, pkgsUnstable, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
programs.vscode = {
|
|
||||||
enable = true;
|
|
||||||
|
|
||||||
package = pkgsUnstable.vscode.fhs;
|
|
||||||
profiles.default.extensions = with pkgs.vscode-extensions; [
|
|
||||||
ms-dotnettools.csharp
|
|
||||||
ms-dotnettools.csdevkit
|
|
||||||
ms-dotnettools.vscode-dotnet-runtime
|
|
||||||
mkhl.direnv # Direnv integration for VSCode
|
|
||||||
catppuccin.catppuccin-vsc
|
|
||||||
bmewburn.vscode-intelephense-client
|
|
||||||
continue.continue
|
|
||||||
];
|
|
||||||
|
|
||||||
profiles.default.userSettings = {
|
|
||||||
"editor.lineNumbers" = "relative";
|
|
||||||
"workbench.colorTheme" = "Catppuccin Mocha";
|
|
||||||
"workbench.editor.enablePreview" = false;
|
|
||||||
"direnv.restart.automatic" = true;
|
|
||||||
"terminal.integrated.defaultProfile.linux" = "zsh";
|
|
||||||
"terminal.integrated.profiles.linux" = {
|
|
||||||
zsh = {
|
|
||||||
path = pkgs.zsh;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -1,77 +0,0 @@
|
|||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./hardware-configuration.nix
|
|
||||||
../modules/home-manager.nix
|
|
||||||
../modules/common.nix
|
|
||||||
../modules/users.nix
|
|
||||||
../modules/locales.nix
|
|
||||||
../modules/services.nix
|
|
||||||
../modules/programs.nix
|
|
||||||
../modules/garbage-collection.nix
|
|
||||||
../modules/printing.nix
|
|
||||||
../modules/docker.nix
|
|
||||||
../modules/teams-for-linux.nix
|
|
||||||
../modules/azure-data-studio.nix
|
|
||||||
../modules/filezilla.nix
|
|
||||||
../modules/wireguard.nix
|
|
||||||
../modules/remmina.nix
|
|
||||||
../modules/postman.nix
|
|
||||||
../modules/gimp.nix
|
|
||||||
../modules/jq.nix
|
|
||||||
../modules/enova.nix
|
|
||||||
../modules/devenv.nix
|
|
||||||
../modules/bitwarden.nix
|
|
||||||
../modules/btop.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
|
||||||
|
|
||||||
boot.plymouth.enable = true;
|
|
||||||
boot.plymouth.theme = "spinner";
|
|
||||||
boot.initrd.systemd.enable = true;
|
|
||||||
|
|
||||||
programs.nix-ld.enable = true;
|
|
||||||
networking.hostName = "laptop-armel";
|
|
||||||
|
|
||||||
home-manager.users.avravels.home.hyprland.execOnce = [
|
|
||||||
"waybar"
|
|
||||||
"[workspace 1 silent] kitty"
|
|
||||||
"[workspace 2 silent] firefox"
|
|
||||||
"[workspace 2 silent] teams-for-linux"
|
|
||||||
"[workspace 3 silent] spotify"
|
|
||||||
];
|
|
||||||
|
|
||||||
home-manager.users.avravels.home.git.userName = "Armel van Ravels";
|
|
||||||
home-manager.users.avravels.home.git.userEmail = "armel@webavance.nl";
|
|
||||||
|
|
||||||
networking.networkmanager.enable = true;
|
|
||||||
networking.nameservers = [
|
|
||||||
"127.0.0.1"
|
|
||||||
"192.168.68.56"
|
|
||||||
"1.1.1.1"
|
|
||||||
"8.8.8.8"
|
|
||||||
];
|
|
||||||
networking.firewall.enable = false;
|
|
||||||
|
|
||||||
hardware.graphics.enable = true;
|
|
||||||
services.xserver.videoDrivers = [ "intel" ];
|
|
||||||
|
|
||||||
virtualisation.libvirtd.enable = true;
|
|
||||||
|
|
||||||
networking.hosts = {
|
|
||||||
"127.0.0.1" = [
|
|
||||||
"local.wormundco.de"
|
|
||||||
"local.wormundco.nl"
|
|
||||||
"local.wormenco.nl"
|
|
||||||
"local.wurmundco.de"
|
|
||||||
];
|
|
||||||
"149.210.174.226" = [ "kindertelefoon" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
system.stateVersion = "25.11"; # Did you read the comment?
|
|
||||||
}
|
|
||||||