39 Commits

Author SHA1 Message Date
Armel van Ravels
55ed89d73b Fix resolution 2026-06-15 10:25:29 +02:00
31b10d3cec Merge pull request 'Various fixes and move to hyprland lua config' (#18) from feature/hyprland-lua into master
Reviewed-on: #18
2026-06-13 23:08:08 +02:00
105fa3a0ae Various fixes and move to hyprland lua config 2026-06-13 23:05:38 +02:00
a353993421 feature/26-05 (#17)
Reviewed-on: #17
Co-authored-by: Armel van Ravels <armel@armel.nl>
Co-committed-by: Armel van Ravels <armel@armel.nl>
2026-06-12 15:47:01 +02:00
Armel van Ravels
93d29bbdb3 Install continue.continue in vscode 2026-06-08 10:51:47 +02:00
e01ac689f2 remove vim style from vscode 2026-06-05 23:11:38 +02:00
Armel van Ravels
5ff41ad33b enable devenv on work, and some vscode settings 2026-06-05 14:32:42 +02:00
c20adcd820 Merge pull request 'add devenv to blarog' (#16) from feature/devenv into master
Reviewed-on: #16
2026-05-31 20:54:55 +02:00
71dd48ff08 add devenv to blarog 2026-05-31 20:51:24 +02:00
Armel van Ravels
45fef55476 flake update 2026-05-27 10:19:38 +02:00
Armel van Ravels
65784f1228 Use unstablePkgs for vscode 2026-05-11 11:21:53 +02:00
5878b54ff3 flake update 2026-05-11 08:59:47 +02:00
8e552b7c4d arduino IDE on balrog 2026-05-03 20:58:40 +02:00
6dd46c0844 Add Arduino IDE 2026-05-03 13:24:47 +02:00
f8bec207a9 Use latest kernel at balrog 2026-05-02 15:29:58 +02:00
2b54d7907f Use latest kernel on Gandalf 2026-05-01 15:58:30 +02:00
Armel van Ravels
170cd1ece9 Use latest kernel on work machine 2026-05-01 11:14:40 +02:00
2ba7c69389 Update flake.lock 2026-05-01 08:58:38 +02:00
a705cac5de configure macbook pro screen 2026-04-28 20:51:43 +02:00
2f0c7750de Add mouse support to tmux 2026-04-28 09:55:18 +02:00
8afeda2e9a flake update 2026-04-28 09:24:13 +02:00
93431732c5 bluetooth manager for balrog 2026-04-25 15:59:35 +02:00
affe3c9b79 Add balrog to README 2026-04-25 12:33:45 +02:00
0a46b57485 Add balrog config 2026-04-25 12:27:27 +02:00
e8ec456ffd Merge branch 'feature/ollama-unstable' 2026-04-24 14:08:29 +02:00
Armel van Ravels
1b75b1bc9a Add bambu-studio the flatpak nix way 2026-04-24 14:06:47 +02:00
f20066a0af ollama via unstable channel 2026-04-24 13:52:09 +02:00
bd857c77dd Drop bambu-studio and add flatpak 2026-04-23 16:07:46 +02:00
Armel van Ravels
b1a13b64f7 Add unstable channel and jq 2026-04-23 16:07:04 +02:00
deed82f96b Add openscad 2026-04-15 11:15:50 +02:00
Armel van Ravels
6425616f8c New background 2026-04-15 11:15:08 +02:00
80cb7a6bd2 Add bambu studio 2026-04-13 21:04:57 +02:00
fc91df833a Set initial password 2026-04-13 17:32:51 +02:00
958a973ab5 flake update 2026-04-13 10:41:26 +02:00
4a19d10559 flake update 2026-04-09 20:22:58 +02:00
Armel van Ravels
4ff894e086 Add Enova DNS to Work machine 2026-04-08 15:01:57 +02:00
57dee45cb3 Update flake.lock 2026-04-08 00:54:41 +02:00
Armel van Ravels
eb948732a8 Hyprland start once for work 2026-04-07 10:44:34 +02:00
ff77b81b59 Just run kitty instead of kitty tmux as i can not attach it 2026-04-05 00:16:42 +02:00
29 changed files with 438 additions and 147 deletions

View File

@@ -10,6 +10,7 @@ Each system has its own dedicated configuration module.
| **gandalf** | Personal system configuration for `gandalf`. | | **gandalf** | Personal system configuration for `gandalf`. |
| **frodo** | Personal system configuration for `frodo`. | | **frodo** | Personal system configuration for `frodo`. |
| **legolas** | Personal system configuration for `legolas`. | | **legolas** | Personal system configuration for `legolas`. |
| **balrog** | Personal system configuration for `balrog`. |
| **work** | Work-oriented system configuration for `work`. | | **work** | Work-oriented system configuration for `work`. |
@@ -18,7 +19,7 @@ Each system has its own dedicated configuration module.
To rebuild and switch to a specific system: To rebuild and switch to a specific system:
```bash ```bash
# Replace <system> with gandalf, frodo, legolas, or work # Replace <system> with gandalf, frodo, legolas, balrog or work
sudo nixos-rebuild switch --flake .#<system> sudo nixos-rebuild switch --flake .#<system>
``` ```

51
flake.lock generated
View File

@@ -7,32 +7,63 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1774875830, "lastModified": 1781184346,
"narHash": "sha256-WPYlTmZvVa9dWlAziFkVjBdv1Z6giNIq40O1DxsBmiI=", "narHash": "sha256-cZRlW47U6A2nWvAmnZeeO6Xvq23gxYbVLel4KxqOrcQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "7afd8cebb99e25a64a745765920e663478eb8830", "rev": "ea6d221d7aa85652d014b6f719dddf036037515b",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "release-25.11", "ref": "release-26.05",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }
}, },
"nix-flatpak": {
"locked": {
"lastModified": 1780908363,
"narHash": "sha256-llGS4y3Qh1eUkli3/Y2VY9FV3GOUKFZR1E2BDftt45Q=",
"owner": "gmodena",
"repo": "nix-flatpak",
"rev": "1df08625f0f8c7d6e300a0e5df7955bbb877d809",
"type": "github"
},
"original": {
"owner": "gmodena",
"repo": "nix-flatpak",
"type": "github"
}
},
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1774799055, "lastModified": 1780902259,
"narHash": "sha256-Tsq9BCz0q47ej1uFF39m4tuhcwru/ls6vCCJzutEpaw=", "narHash": "sha256-q8yYEC5f1mFlQO9RGna4LTc9QrcvWunX6FYp83munkQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "107cba9eb4a8d8c9f8e9e61266d78d340867913a", "rev": "bd0ff2d3eac24699c3664d5966b9ef36f388e2ca",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "nixos-25.11", "ref": "nixos-26.05",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1781141223,
"narHash": "sha256-Eye4UQJjC4TLobclolFCMl6MrjgiF6Bk1cOI5x8SH00=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "b503dde361500433ca25a32e8f4d218bf58fb659",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
@@ -40,7 +71,9 @@
"root": { "root": {
"inputs": { "inputs": {
"home-manager": "home-manager", "home-manager": "home-manager",
"nixpkgs": "nixpkgs" "nix-flatpak": "nix-flatpak",
"nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable"
} }
} }
}, },

View File

@@ -3,11 +3,20 @@
inputs = { inputs = {
nixpkgs = { nixpkgs = {
url = "github:nixos/nixpkgs/nixos-25.11"; url = "github:nixos/nixpkgs/nixos-26.05";
};
nixpkgs-unstable = {
url = "github:NixOS/nixpkgs/nixpkgs-unstable";
}; };
home-manager = { home-manager = {
url = "github:nix-community/home-manager/release-25.11"; url = "github:nix-community/home-manager/release-26.05";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-flatpak = {
url = "github:gmodena/nix-flatpak";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };

View File

@@ -1,31 +1,70 @@
{ nixpkgs, home-manager, ... }: { nixpkgs, nixpkgs-unstable, home-manager, nix-flatpak, ... }:
let
mkPkgsUnstable = system: import nixpkgs-unstable {
inherit system;
config.allowUnfree = true;
};
in
{ {
nixosConfigurations = { nixosConfigurations = {
"gandalf" = nixpkgs.lib.nixosSystem { "gandalf" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
specialArgs = {
pkgsUnstable = mkPkgsUnstable "x86_64-linux";
nixFlatpak = nix-flatpak;
};
modules = [ modules = [
nix-flatpak.nixosModules.nix-flatpak
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
./systems/gandalf ./systems/gandalf
]; ];
}; };
"frodo" = nixpkgs.lib.nixosSystem { "frodo" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
specialArgs = {
pkgsUnstable = mkPkgsUnstable "x86_64-linux";
nixFlatpak = nix-flatpak;
};
modules = [ modules = [
nix-flatpak.nixosModules.nix-flatpak
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
./systems/frodo ./systems/frodo
]; ];
}; };
"legolas" = nixpkgs.lib.nixosSystem { "legolas" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
specialArgs = {
pkgsUnstable = mkPkgsUnstable "x86_64-linux";
nixFlatpak = nix-flatpak;
};
modules = [ modules = [
nix-flatpak.nixosModules.nix-flatpak
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
./systems/legolas ./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 { "work" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
specialArgs = {
pkgsUnstable = mkPkgsUnstable "x86_64-linux";
nixFlatpak = nix-flatpak;
};
modules = [ modules = [
nix-flatpak.nixosModules.nix-flatpak
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
./systems/work ./systems/work
]; ];

View File

@@ -0,0 +1,57 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page, on
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ config, lib, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
../modules/home-manager.nix
../modules/common.nix
../modules/users.nix
../modules/locales.nix
../modules/services.nix
../modules/programs.nix
../modules/docker.nix
../modules/printing.nix
../modules/bambu-studio-flatpak.nix
../modules/arduino-ide.nix
../modules/devenv.nix
# ../modules/bitwarden.nix
];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader.systemd-boot.enable = false;
boot.loader = {
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi"; # ← use the same mount point here.
};
grub = {
efiSupport = true;
device = "nodev";
};
};
networking.hostName = "balrog";
networking.networkmanager.enable = true;
networking.nameservers = [ "192.168.68.56" "1.1.1.1" "8.8.8.8" ];
hardware.enableAllFirmware = true;
boot.initrd.kernelModules = [ "wl" ]; boot.kernelModules = [ "wl" "kvm-intel" ];
boot.extraModulePackages = with config.boot.kernelPackages; [
broadcom_sta
];
nixpkgs.config = {
allowInsecurePredicate = pkg: builtins.elem (lib.getName pkg) ["broadcom-sta"];
};
hardware.bluetooth.enable = true;
services.blueman.enable = true;
system.stateVersion = "25.11"; # Did you read the comment?
}

View File

@@ -0,0 +1,31 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{
imports =
[ (modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/6795dc19-3130-4693-b04c-a2c56fbdbd55";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/A202-E19C";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};
swapDevices = [ ];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}

View File

@@ -22,18 +22,25 @@
../modules/wireguard.nix ../modules/wireguard.nix
../modules/qbittorrent.nix ../modules/qbittorrent.nix
../modules/gimp.nix ../modules/gimp.nix
../modules/openscad.nix
../modules/bambu-studio-flatpak.nix
../modules/arduino-ide.nix
../modules/bitwarden.nix
]; ];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "gandalf"; networking.hostName = "gandalf";
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
networking.nameservers = [ "192.168.68.56" "1.1.1.1" "8.8.8.8" ]; networking.nameservers = [ "192.168.68.56" "1.1.1.1" "8.8.8.8" ];
networking.firewall.enable = false;
home-manager.users.avravels.home.hyprland.execOnce = [ home-manager.users.avravels.home.hyprland.execOnce = [
"waybar" "waybar"
"[workspace 1 silent] kitty tmux" "[workspace 1 silent] kitty"
"[workspace 1 silent] spotify" "[workspace 1 silent] spotify"
"[workspace 2 silent] firefox" "[workspace 2 silent] firefox"
]; ];

View File

@@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
arduino-ide
];
}

View File

@@ -0,0 +1,8 @@
{ pkgs, ...}:
{
services.flatpak.enable = true;
services.flatpak.packages = [
"com.bambulab.BambuStudio"
];
}

View File

@@ -0,0 +1,12 @@
{ config, pkgs, ... }:
{
nixpkgs.config.permittedInsecurePackages = [
"electron-39.8.10"
];
environment.systemPackages = with pkgs; [
bitwarden-desktop
];
}

View File

@@ -10,9 +10,9 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
chromium chromium
gnumake gnumake
git
jetbrains-toolbox jetbrains-toolbox
fastfetch fastfetch
jq
]; ];
security.rtkit.enable = true; security.rtkit.enable = true;

View File

@@ -0,0 +1,10 @@
{ config, pkgsUnstable, ... } :
{
environment.systemPackages = with pkgsUnstable; [
devenv
];
nix.settings.trusted-users = [ "root" "avravels" ];
}

12
systems/modules/enova.nix Normal file
View File

@@ -0,0 +1,12 @@
{ pkgs, ... }:
{
services.dnsmasq = {
enable = true;
settings = {
server = [ "1.1.1.1" "8.8.8.8" ];
address = [ "/.enova.local/127.0.0.1" ];
};
};
}

View File

@@ -1,9 +1,12 @@
{ pkgs, ... }: { pkgs, pkgsUnstable, ... }:
{ {
home-manager = { home-manager = {
useGlobalPkgs = true; useGlobalPkgs = true;
useUserPackages = true; useUserPackages = true;
extraSpecialArgs = {
inherit pkgsUnstable;
};
users.avravels = import home/home.nix; users.avravels = import home/home.nix;
}; };

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 MiB

View File

@@ -9,7 +9,7 @@
imports = [ imports = [
./other/fonts.nix ./other/fonts.nix
./programs/bitwarden.nix # ./programs/bitwarden.nix
./programs/kitty.nix ./programs/kitty.nix
./programs/zsh.nix ./programs/zsh.nix
./programs/direnv.nix ./programs/direnv.nix

View File

@@ -1,9 +1,9 @@
{ pkgs, ... }: { pkgs, config, ... }:
{ {
programs.firefox = { programs.firefox = {
enable = true; enable = true;
configPath = "${config.xdg.configHome}/mozilla/firefox";
profiles.default = { profiles.default = {
settings = { settings = {
"extensions.activeThemeID" = "firefox-compact-dark@mozilla.org"; "extensions.activeThemeID" = "firefox-compact-dark@mozilla.org";

View File

@@ -1,4 +1,4 @@
{ lib, pkgs, config, ... }: { lib, pkgsUnstable, config, ... }:
{ {
options.home.git = { options.home.git = {
@@ -18,6 +18,7 @@
config = { config = {
programs.git = { programs.git = {
enable = true; enable = true;
package = pkgsUnstable.git;
settings.user = { settings.user = {
name = config.home.git.userName; name = config.home.git.userName;
email = config.home.git.userEmail; email = config.home.git.userEmail;

View File

@@ -3,6 +3,8 @@
{ {
programs.neovim = { programs.neovim = {
enable = true; enable = true;
withRuby = false;
withPython3 = false;
defaultEditor = true; defaultEditor = true;
extraLuaPackages = ps: [ ps.magick ]; extraLuaPackages = ps: [ ps.magick ];
extraPackages = [ extraPackages = [
@@ -27,7 +29,7 @@
image-nvim image-nvim
]; ];
extraLuaConfig = '' initLua = ''
vim.cmd("colorscheme catppuccin-mocha") vim.cmd("colorscheme catppuccin-mocha")
-- Basic settings -- Basic settings
vim.o.number = true vim.o.number = true

View File

@@ -1,5 +1,8 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
programs.tmux.enable = true; programs.tmux = {
enable = true;
mouse = true;
};
} }

View File

@@ -1,22 +1,24 @@
{ pkgs, ... }: { pkgs, pkgsUnstable, ... }:
{ {
programs.vscode = { programs.vscode = {
enable = true; enable = true;
package = pkgs.vscode.fhs; package = pkgsUnstable.vscode.fhs;
profiles.default.extensions = with pkgs.vscode-extensions; [ profiles.default.extensions = with pkgs.vscode-extensions; [
ms-dotnettools.csharp ms-dotnettools.csharp
ms-dotnettools.csdevkit ms-dotnettools.csdevkit
ms-dotnettools.vscode-dotnet-runtime ms-dotnettools.vscode-dotnet-runtime
mkhl.direnv # Direnv integration for VSCode mkhl.direnv # Direnv integration for VSCode
catppuccin.catppuccin-vsc catppuccin.catppuccin-vsc
vscodevim.vim bmewburn.vscode-intelephense-client
continue.continue
]; ];
profiles.default.userSettings = { profiles.default.userSettings = {
"editor.lineNumbers" = "relative"; "editor.lineNumbers" = "relative";
"workbench.colorTheme" = "Catppuccin Mocha"; "workbench.colorTheme" = "Catppuccin Mocha";
"workbench.editor.enablePreview" = false;
"direnv.restart.automatic" = true; "direnv.restart.automatic" = true;
"terminal.integrated.defaultProfile.linux" = "zsh"; "terminal.integrated.defaultProfile.linux" = "zsh";
"terminal.integrated.profiles.linux" = { "terminal.integrated.profiles.linux" = {

View File

@@ -15,6 +15,7 @@
name = "Adwaita"; name = "Adwaita";
package = pkgs.adwaita-icon-theme; package = pkgs.adwaita-icon-theme;
}; };
gtk4.theme = null;
}; };
home.sessionVariables = { home.sessionVariables = {

View File

@@ -23,131 +23,151 @@ in
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
configType = "lua";
settings = { settings =
### MONITOR let
monitor = [ mkLuaInline = lib.generators.mkLuaInline;
",preferred,auto,1" toLua = lib.generators.toLua;
]; mkArgs = args: { _args = args; };
bind =
### VARIABLES keys: dispatcher: options:
"$mod" = "SUPER"; mkArgs [
"$terminal" = "kitty"; keys
"$menu" = "rofi -show drun"; dispatcher
"$bluetoothMenu" = "bzmenu --launcher rofi"; options
"$files" = "rofi -show filebrowser"; ];
dsp = {
### BASIC LAYOUT exec_cmd = app: mkLuaInline ''hl.dsp.exec_cmd("${app}")'';
general = { focus = arg: mkLuaInline "hl.dsp.focus(${toLua { } arg})";
layout = "dwindle"; window = {
resize_on_border = true; move = arg: mkLuaInline "hl.dsp.window.move(${toLua { } arg})";
drag = mkLuaInline "hl.dsp.window.drag()";
resize = mkLuaInline "hl.dsp.window.resize()";
close = mkLuaInline "hl.dsp.window.close()";
kill = mkLuaInline "hl.dsp.window.kill()";
fullscreen = mkLuaInline "hl.dsp.window.fullscreen()";
};
exit = mkLuaInline "hl.dsp.exit()";
workspace = {
move = arg: mkLuaInline "hl.dsp.workspace.move(${toLua { } arg})";
};
}; };
mod = "SUPER";
decoration = { workspaces = lib.stringToCharacters "abcdefgimnopqrstuvwxyz";
inactive_opacity = 0.8; in
active_opacity = 0.9; {
rounding = 5; config = {
rounding_power = 2.5; general = {
blur = { resize_on_border = true;
enabled = true; allow_tearing = true;
brightness = 1.0;
contrast = 1.0;
noise = 0.01;
vibrancy = 0.2;
vibrancy_darkness = 0.5;
passes = 4;
size = 7;
popups = true;
popups_ignorealpha = 0.2;
}; };
shadow = { animations.enabled = true;
enabled = true;
color = "rgba(00000055)"; decoration = {
ignore_window = true; inactive_opacity = 0.8;
offset = "0 15"; active_opacity = 0.9;
range = 100; rounding = 5;
render_power = 2; rounding_power = 2.5;
scale = 0.97; blur = {
enabled = true;
brightness = 1.0;
contrast = 1.0;
noise = 0.01;
vibrancy = 0.2;
vibrancy_darkness = 0.5;
passes = 4;
size = 7;
popups = true;
popups_ignorealpha = 0.2;
};
shadow = {
enabled = true;
color = "rgba(00000055)";
offset = "0 15";
range = 100;
render_power = 2;
scale = 0.97;
};
};
misc = {
focus_on_activate = true;
}; };
}; };
# Use the configurable option here (default `[ "waybar" ]`) bind = lib.flatten [
exec-once = (if cfg == null then { execOnce = [ "waybar" ]; } else cfg).execOnce; (bind "${mod} + Q" (dsp.window.kill) { })
(bind "${mod} + L" (dsp.exec_cmd "hyprlock") { })
(bind "${mod} + D" (dsp.exec_cmd "rofi -show drun") { })
(bind "${mod} + B" (dsp.exec_cmd "bzmenu --launcher rofi") { })
(bind "${mod} + F" (dsp.window.fullscreen) { })
(bind "${mod} + Z" (dsp.exec_cmd "hyprshot -m region") { })
(bind "${mod} + M" (dsp.exit) { })
(bind "${mod} + SPACE" (dsp.exec_cmd "firefox") { })
(bind "${mod} + RETURN" (dsp.exec_cmd "kitty") { })
### INPUT (bind "${mod} + SHIFT + LEFT" (dsp.window.move { direction = "l"; }) { })
input = { (bind "${mod} + SHIFT + DOWN" (dsp.window.move { direction = "d"; }) { })
kb_layout = "us"; (bind "${mod} + SHIFT + UP" (dsp.window.move { direction = "u"; }) { })
}; (bind "${mod} + SHIFT + RIGHT" (dsp.window.move { direction = "r"; }) { })
### KEYBINDINGS (bind "${mod} + LEFT" (dsp.focus { direction = "l"; }) { })
bind = [ (bind "${mod} + DOWN" (dsp.focus { direction = "d"; }) { })
# Apps (bind "${mod} + UP" (dsp.focus { direction = "u"; }) { })
"$mod, RETURN, exec, $terminal" (bind "${mod} + RIGHT" (dsp.focus { direction = "r"; }) { })
"$mod, D, exec, $menu"
"$mod, B, exec, $bluetoothMenu"
"$mod, G, exec, $files"
"$mod, Q, killactive"
"$mod, F, fullscreen"
"$mod, M, exit"
"$mod, L, exec, hyprlock"
# show/hide waybar (bind "${mod} + 1" (dsp.focus { workspace = 1; }) {})
"$mod, W, exec, pkill -SIGUSR1 -f '^waybar$'" (bind "${mod} + 2" (dsp.focus { workspace = 2; }) {})
(bind "${mod} + 3" (dsp.focus { workspace = 3; }) {})
(bind "${mod} + 4" (dsp.focus { workspace = 4; }) {})
(bind "${mod} + 5" (dsp.focus { workspace = 5; }) {})
(bind "${mod} + 6" (dsp.focus { workspace = 6; }) {})
(bind "${mod} + 7" (dsp.focus { workspace = 7; }) {})
(bind "${mod} + 8" (dsp.focus { workspace = 8; }) {})
(bind "${mod} + 9" (dsp.focus { workspace = 9; }) {})
# Focus (bind "${mod} + SHIFT + 1" (dsp.window.move { workspace = 1; }) {})
"$mod, LEFT, movefocus, l" (bind "${mod} + SHIFT + 2" (dsp.window.move { workspace = 2; }) {})
"$mod, RIGHT, movefocus, r" (bind "${mod} + SHIFT + 3" (dsp.window.move { workspace = 3; }) {})
"$mod, UP, movefocus, u" (bind "${mod} + SHIFT + 4" (dsp.window.move { workspace = 4; }) {})
"$mod, DOWN, movefocus, d" (bind "${mod} + SHIFT + 5" (dsp.window.move { workspace = 5; }) {})
(bind "${mod} + SHIFT + 6" (dsp.window.move { workspace = 6; }) {})
(bind "${mod} + SHIFT + 7" (dsp.window.move { workspace = 7; }) {})
(bind "${mod} + SHIFT + 8" (dsp.window.move { workspace = 8; }) {})
(bind "${mod} + SHIFT + 9" (dsp.window.move { workspace = 9; }) {})
# Workspaces (bind "XF86AudioLowerVolume" (dsp.exec_cmd "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-") {
"$mod, 1, workspace, 1" repeating = true;
"$mod, 2, workspace, 2" locked = true;
"$mod, 3, workspace, 3" })
"$mod, 4, workspace, 4" (bind "XF86AudioRaiseVolume" (dsp.exec_cmd "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+") {
"$mod, 5, workspace, 5" repeating = true;
"$mod, 6, workspace, 6" locked = true;
"$mod, 7, workspace, 7" })
"$mod, 8, workspace, 8" (bind "XF86AudioPlay" (dsp.exec_cmd "playerctl play-pause") { locked = true; })
"$mod, 9, workspace, 9" (bind "XF86AudioPrev" (dsp.exec_cmd "playerctl previous") { locked = true; })
(bind "XF86AudioNext" (dsp.exec_cmd "playerctl next") { locked = true; })
"$mod SHIFT, 1, movetoworkspace, 1" (bind "${mod} + mouse:272" dsp.window.drag { mouse = true; })
"$mod SHIFT, 2, movetoworkspace, 2" (bind "${mod} + mouse:273" dsp.window.resize { mouse = true; })
"$mod SHIFT, 3, movetoworkspace, 3"
"$mod SHIFT, 4, movetoworkspace, 4"
"$mod SHIFT, 5, movetoworkspace, 5"
"$mod SHIFT, 6, movetoworkspace, 6"
"$mod SHIFT, 7, movetoworkspace, 7"
"$mod SHIFT, 8, movetoworkspace, 8"
"$mod SHIFT, 9, movetoworkspace, 9"
# Window movement
"$mod SHIFT, LEFT, movewindow, l"
"$mod SHIFT, RIGHT, movewindow, r"
"$mod SHIFT, UP, movewindow, u"
"$mod SHIFT, DOWN, movewindow, d"
# Hyprshot
"$mod, Z, exec, hyprshot -m region"
# Media keys
", XF86AudioPlay, exec, playerctl play-pause"
", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
", XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+"
", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
", XF86AudioNext, exec, playerctl next"
", XF86AudioPrev, exec, playerctl previous"
", XF86Calculator, exec, speedcrunch"
]; ];
bindm = [ on = mkArgs [
"$mod, mouse:272, movewindow" "hyprland.start"
"$mod, mouse:273, resizewindow" (mkLuaInline ''
function()
hl.exec_cmd("waybar")
hl.monitor({
output = "",
mode = "preferred",
position = "auto",
scale = 1,
})
end'')
]; ];
}; };
}; };

View File

@@ -3,20 +3,27 @@
let 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;
in in
{ {
services.hyprpaper = { services.hyprpaper = {
enable = true; enable = true;
settings = { settings = {
splash = false;
preload = [ preload = [
wallpaper wallpaper
wallpaper2 wallpaper2
wallpaper3
]; ];
wallpaper = [ wallpaper = [
"DP-2,${wallpaper2}" {
",${wallpaper}" monitor = "";
path = wallpaper3;
}
]; ];
}; };
}; };
} }

7
systems/modules/jq.nix Normal file
View File

@@ -0,0 +1,7 @@
{ config, pkgs, ... } :
{
environment.systemPackages = with pkgs; [
jq
];
}

View File

@@ -1,10 +1,8 @@
{ pkgs, ... }: { pkgsUnstable, ... }:
{ {
services.ollama = { services.ollama = {
enable = true; enable = true;
package = pkgs.ollama-cuda; package = pkgsUnstable.ollama-cuda;
}; };
services.open-webui.enable = true;
} }

View File

@@ -0,0 +1,8 @@
{ config, pkgs, ... } :
{
environment.systemPackages = with pkgs; [
openscad
];
}

View File

@@ -2,14 +2,15 @@
{ {
users.users.avravels = { users.users.avravels = {
initialPassword = "welcome";
isNormalUser = true; isNormalUser = true;
description = "Armel van Ravels"; description = "Armel van Ravels";
extraGroups = [ "networkmanager" "wheel" "libvirtd" ]; extraGroups = [ "networkmanager" "wheel" "libvirtd" "dialout"];
packages = with pkgs; [ packages = with pkgs; [
home-manager home-manager
legcord legcord
spotify spotify
protonvpn-gui proton-vpn
]; ];
shell = pkgs.zsh; shell = pkgs.zsh;
}; };

View File

@@ -20,8 +20,14 @@
../modules/remmina.nix ../modules/remmina.nix
../modules/postman.nix ../modules/postman.nix
../modules/gimp.nix ../modules/gimp.nix
../modules/jq.nix
../modules/enova.nix
../modules/devenv.nix
../modules/bitwarden.nix
]; ];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
@@ -30,16 +36,21 @@
boot.initrd.systemd.enable = true; boot.initrd.systemd.enable = true;
programs.nix-ld.enable = true; programs.nix-ld.enable = true;
networking.hostName = "laptop-armel"; networking.hostName = "laptop-armel";
home-manager.users.avravels.home.hyprland.execOnce = [ "waybar" ]; 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.userName = "Armel van Ravels";
home-manager.users.avravels.home.git.userEmail = "armel@webavance.nl"; home-manager.users.avravels.home.git.userEmail = "armel@webavance.nl";
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
networking.nameservers = [ "192.168.68.56" "1.1.1.1" "8.8.8.8" ]; networking.nameservers = [ "127.0.0.1" "192.168.68.56" "1.1.1.1" "8.8.8.8" ];
networking.firewall.enable = false; networking.firewall.enable = false;
hardware.graphics.enable = true; hardware.graphics.enable = true;