Compare commits
7 Commits
feature/de
...
31b10d3cec
| Author | SHA1 | Date | |
|---|---|---|---|
| 31b10d3cec | |||
| 105fa3a0ae | |||
| a353993421 | |||
|
|
93d29bbdb3 | ||
| e01ac689f2 | |||
|
|
5ff41ad33b | ||
| c20adcd820 |
28
flake.lock
generated
28
flake.lock
generated
@@ -7,27 +7,27 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1779506708,
|
"lastModified": 1781184346,
|
||||||
"narHash": "sha256-QOD/CNm196nCJRheux/URi4/HE66fthdOMqCJoPP1Y0=",
|
"narHash": "sha256-cZRlW47U6A2nWvAmnZeeO6Xvq23gxYbVLel4KxqOrcQ=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "3ee51fbdac8c8bdfe1e7e1fcaba6520a563f394f",
|
"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": {
|
"nix-flatpak": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1777402031,
|
"lastModified": 1780908363,
|
||||||
"narHash": "sha256-6gkfl9y3+ti0Z6dgby8/R4/DRT8sWU0I0TLCIxwWtjk=",
|
"narHash": "sha256-llGS4y3Qh1eUkli3/Y2VY9FV3GOUKFZR1E2BDftt45Q=",
|
||||||
"owner": "gmodena",
|
"owner": "gmodena",
|
||||||
"repo": "nix-flatpak",
|
"repo": "nix-flatpak",
|
||||||
"rev": "22a3adbe7c5c8c8a10a635d32c9ef7fc01a6e4b8",
|
"rev": "1df08625f0f8c7d6e300a0e5df7955bbb877d809",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -38,27 +38,27 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1779467186,
|
"lastModified": 1780902259,
|
||||||
"narHash": "sha256-nOesoDCiXcUftqbRBMz9tt4blI5PvljMWbm3kuCA+0s=",
|
"narHash": "sha256-q8yYEC5f1mFlQO9RGna4LTc9QrcvWunX6FYp83munkQ=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "b77b3de8775677f84492abe84635f87b0e153f0f",
|
"rev": "bd0ff2d3eac24699c3664d5966b9ef36f388e2ca",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"ref": "nixos-25.11",
|
"ref": "nixos-26.05",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixpkgs-unstable": {
|
"nixpkgs-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1779694939,
|
"lastModified": 1781141223,
|
||||||
"narHash": "sha256-Ly4j75O8ICaSQx3uxPnwk2x7PMF0XQvn5r0c3yBA7FI=",
|
"narHash": "sha256-Eye4UQJjC4TLobclolFCMl6MrjgiF6Bk1cOI5x8SH00=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "f9d8b65950353691ab56561e7c73d2e1063d810b",
|
"rev": "b503dde361500433ca25a32e8f4d218bf58fb659",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
url = "github:nixos/nixpkgs/nixos-25.11";
|
url = "github:nixos/nixpkgs/nixos-26.05";
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs-unstable = {
|
nixpkgs-unstable = {
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
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";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
../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
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
../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
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
@@ -35,6 +36,7 @@
|
|||||||
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"
|
||||||
|
|||||||
12
systems/modules/bitwarden.nix
Normal file
12
systems/modules/bitwarden.nix
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"electron-39.8.10"
|
||||||
|
];
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
bitwarden-desktop
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -11,12 +11,14 @@
|
|||||||
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" = {
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
@@ -23,27 +23,46 @@ in
|
|||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
configType = "lua";
|
||||||
settings = {
|
settings =
|
||||||
### MONITOR
|
let
|
||||||
monitor = [
|
mkLuaInline = lib.generators.mkLuaInline;
|
||||||
"eDP-1,1920x1200,auto,1"
|
toLua = lib.generators.toLua;
|
||||||
"DP-3,2440x1440,auto,1"
|
mkArgs = args: { _args = args; };
|
||||||
",preferred,auto,1"
|
bind =
|
||||||
|
keys: dispatcher: options:
|
||||||
|
mkArgs [
|
||||||
|
keys
|
||||||
|
dispatcher
|
||||||
|
options
|
||||||
];
|
];
|
||||||
|
dsp = {
|
||||||
### VARIABLES
|
exec_cmd = app: mkLuaInline ''hl.dsp.exec_cmd("${app}")'';
|
||||||
"$mod" = "SUPER";
|
focus = arg: mkLuaInline "hl.dsp.focus(${toLua { } arg})";
|
||||||
"$terminal" = "kitty";
|
window = {
|
||||||
"$menu" = "rofi -show drun";
|
move = arg: mkLuaInline "hl.dsp.window.move(${toLua { } arg})";
|
||||||
"$bluetoothMenu" = "bzmenu --launcher rofi";
|
drag = mkLuaInline "hl.dsp.window.drag()";
|
||||||
"$files" = "rofi -show filebrowser";
|
resize = mkLuaInline "hl.dsp.window.resize()";
|
||||||
|
close = mkLuaInline "hl.dsp.window.close()";
|
||||||
### BASIC LAYOUT
|
kill = mkLuaInline "hl.dsp.window.kill()";
|
||||||
general = {
|
fullscreen = mkLuaInline "hl.dsp.window.fullscreen()";
|
||||||
layout = "dwindle";
|
|
||||||
resize_on_border = true;
|
|
||||||
};
|
};
|
||||||
|
exit = mkLuaInline "hl.dsp.exit()";
|
||||||
|
workspace = {
|
||||||
|
move = arg: mkLuaInline "hl.dsp.workspace.move(${toLua { } arg})";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
mod = "SUPER";
|
||||||
|
workspaces = lib.stringToCharacters "abcdefgimnopqrstuvwxyz";
|
||||||
|
in
|
||||||
|
{
|
||||||
|
config = {
|
||||||
|
general = {
|
||||||
|
resize_on_border = true;
|
||||||
|
allow_tearing = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
animations.enabled = true;
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
inactive_opacity = 0.8;
|
inactive_opacity = 0.8;
|
||||||
@@ -65,11 +84,9 @@ in
|
|||||||
popups = true;
|
popups = true;
|
||||||
popups_ignorealpha = 0.2;
|
popups_ignorealpha = 0.2;
|
||||||
};
|
};
|
||||||
|
|
||||||
shadow = {
|
shadow = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
color = "rgba(00000055)";
|
color = "rgba(00000055)";
|
||||||
ignore_window = true;
|
|
||||||
offset = "0 15";
|
offset = "0 15";
|
||||||
range = 100;
|
range = 100;
|
||||||
render_power = 2;
|
render_power = 2;
|
||||||
@@ -77,79 +94,74 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Use the configurable option here (default `[ "waybar" ]`)
|
misc = {
|
||||||
exec-once = (if cfg == null then { execOnce = [ "waybar" ]; } else cfg).execOnce;
|
focus_on_activate = true;
|
||||||
|
};
|
||||||
### INPUT
|
|
||||||
input = {
|
|
||||||
kb_layout = "us";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
### KEYBINDINGS
|
bind = lib.flatten [
|
||||||
bind = [
|
(bind "${mod} + Q" (dsp.window.kill) { })
|
||||||
# Apps
|
(bind "${mod} + L" (dsp.exec_cmd "hyprlock") { })
|
||||||
"$mod, RETURN, exec, $terminal"
|
(bind "${mod} + D" (dsp.exec_cmd "rofi -show drun") { })
|
||||||
"$mod, D, exec, $menu"
|
(bind "${mod} + B" (dsp.exec_cmd "bzmenu --launcher rofi") { })
|
||||||
"$mod, B, exec, $bluetoothMenu"
|
(bind "${mod} + F" (dsp.window.fullscreen) { })
|
||||||
"$mod, G, exec, $files"
|
(bind "${mod} + Z" (dsp.exec_cmd "hyprshot -m region") { })
|
||||||
"$mod, Q, killactive"
|
(bind "${mod} + M" (dsp.exit) { })
|
||||||
"$mod, F, fullscreen"
|
(bind "${mod} + SPACE" (dsp.exec_cmd "firefox") { })
|
||||||
"$mod, M, exit"
|
(bind "${mod} + RETURN" (dsp.exec_cmd "kitty") { })
|
||||||
"$mod, L, exec, hyprlock"
|
|
||||||
|
|
||||||
# show/hide waybar
|
(bind "${mod} + SHIFT + LEFT" (dsp.window.move { direction = "l"; }) { })
|
||||||
"$mod, W, exec, pkill -SIGUSR1 -f '^waybar$'"
|
(bind "${mod} + SHIFT + DOWN" (dsp.window.move { direction = "d"; }) { })
|
||||||
|
(bind "${mod} + SHIFT + UP" (dsp.window.move { direction = "u"; }) { })
|
||||||
|
(bind "${mod} + SHIFT + RIGHT" (dsp.window.move { direction = "r"; }) { })
|
||||||
|
|
||||||
# Focus
|
(bind "${mod} + LEFT" (dsp.focus { direction = "l"; }) { })
|
||||||
"$mod, LEFT, movefocus, l"
|
(bind "${mod} + DOWN" (dsp.focus { direction = "d"; }) { })
|
||||||
"$mod, RIGHT, movefocus, r"
|
(bind "${mod} + UP" (dsp.focus { direction = "u"; }) { })
|
||||||
"$mod, UP, movefocus, u"
|
(bind "${mod} + RIGHT" (dsp.focus { direction = "r"; }) { })
|
||||||
"$mod, DOWN, movefocus, d"
|
|
||||||
|
|
||||||
# Workspaces
|
(bind "${mod} + 1" (dsp.focus { workspace = 1; }) {})
|
||||||
"$mod, 1, workspace, 1"
|
(bind "${mod} + 2" (dsp.focus { workspace = 2; }) {})
|
||||||
"$mod, 2, workspace, 2"
|
(bind "${mod} + 3" (dsp.focus { workspace = 3; }) {})
|
||||||
"$mod, 3, workspace, 3"
|
(bind "${mod} + 4" (dsp.focus { workspace = 4; }) {})
|
||||||
"$mod, 4, workspace, 4"
|
(bind "${mod} + 5" (dsp.focus { workspace = 5; }) {})
|
||||||
"$mod, 5, workspace, 5"
|
(bind "${mod} + 6" (dsp.focus { workspace = 6; }) {})
|
||||||
"$mod, 6, workspace, 6"
|
(bind "${mod} + 7" (dsp.focus { workspace = 7; }) {})
|
||||||
"$mod, 7, workspace, 7"
|
(bind "${mod} + 8" (dsp.focus { workspace = 8; }) {})
|
||||||
"$mod, 8, workspace, 8"
|
(bind "${mod} + 9" (dsp.focus { workspace = 9; }) {})
|
||||||
"$mod, 9, workspace, 9"
|
|
||||||
|
|
||||||
"$mod SHIFT, 1, movetoworkspace, 1"
|
(bind "${mod} + SHIFT + 1" (dsp.window.move { workspace = 1; }) {})
|
||||||
"$mod SHIFT, 2, movetoworkspace, 2"
|
(bind "${mod} + SHIFT + 2" (dsp.window.move { workspace = 2; }) {})
|
||||||
"$mod SHIFT, 3, movetoworkspace, 3"
|
(bind "${mod} + SHIFT + 3" (dsp.window.move { workspace = 3; }) {})
|
||||||
"$mod SHIFT, 4, movetoworkspace, 4"
|
(bind "${mod} + SHIFT + 4" (dsp.window.move { workspace = 4; }) {})
|
||||||
"$mod SHIFT, 5, movetoworkspace, 5"
|
(bind "${mod} + SHIFT + 5" (dsp.window.move { workspace = 5; }) {})
|
||||||
"$mod SHIFT, 6, movetoworkspace, 6"
|
(bind "${mod} + SHIFT + 6" (dsp.window.move { workspace = 6; }) {})
|
||||||
"$mod SHIFT, 7, movetoworkspace, 7"
|
(bind "${mod} + SHIFT + 7" (dsp.window.move { workspace = 7; }) {})
|
||||||
"$mod SHIFT, 8, movetoworkspace, 8"
|
(bind "${mod} + SHIFT + 8" (dsp.window.move { workspace = 8; }) {})
|
||||||
"$mod SHIFT, 9, movetoworkspace, 9"
|
(bind "${mod} + SHIFT + 9" (dsp.window.move { workspace = 9; }) {})
|
||||||
|
|
||||||
# Window movement
|
(bind "XF86AudioLowerVolume" (dsp.exec_cmd "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-") {
|
||||||
"$mod SHIFT, LEFT, movewindow, l"
|
repeating = true;
|
||||||
"$mod SHIFT, RIGHT, movewindow, r"
|
locked = true;
|
||||||
"$mod SHIFT, UP, movewindow, u"
|
})
|
||||||
"$mod SHIFT, DOWN, movewindow, d"
|
(bind "XF86AudioRaiseVolume" (dsp.exec_cmd "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+") {
|
||||||
|
repeating = true;
|
||||||
|
locked = true;
|
||||||
|
})
|
||||||
|
(bind "XF86AudioPlay" (dsp.exec_cmd "playerctl play-pause") { locked = true; })
|
||||||
|
(bind "XF86AudioPrev" (dsp.exec_cmd "playerctl previous") { locked = true; })
|
||||||
|
(bind "XF86AudioNext" (dsp.exec_cmd "playerctl next") { locked = true; })
|
||||||
|
|
||||||
# Hyprshot
|
(bind "${mod} + mouse:272" dsp.window.drag { mouse = true; })
|
||||||
"$mod, Z, exec, hyprshot -m region"
|
(bind "${mod} + mouse:273" dsp.window.resize { mouse = true; })
|
||||||
|
|
||||||
# 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")
|
||||||
|
end'')
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -5,6 +5,4 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
package = pkgsUnstable.ollama-cuda;
|
package = pkgsUnstable.ollama-cuda;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.open-webui.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
home-manager
|
home-manager
|
||||||
legcord
|
legcord
|
||||||
spotify
|
spotify
|
||||||
protonvpn-gui
|
proton-vpn
|
||||||
];
|
];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -22,6 +22,8 @@
|
|||||||
../modules/gimp.nix
|
../modules/gimp.nix
|
||||||
../modules/jq.nix
|
../modules/jq.nix
|
||||||
../modules/enova.nix
|
../modules/enova.nix
|
||||||
|
../modules/devenv.nix
|
||||||
|
../modules/bitwarden.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
@@ -34,7 +36,6 @@
|
|||||||
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 = [
|
home-manager.users.avravels.home.hyprland.execOnce = [
|
||||||
|
|||||||
Reference in New Issue
Block a user