mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 11:36:13 +01:00
feat: migrated thor to nixos (again)
This commit is contained in:
@@ -30,6 +30,35 @@
|
||||
./system/wlsunset.nix
|
||||
./system/wofi.nix
|
||||
]
|
||||
else if hostname == "thor" then
|
||||
[
|
||||
./programs/btop.nix
|
||||
./programs/fastfetch.nix
|
||||
# ./programs/foot.nix
|
||||
./programs/git.nix
|
||||
./programs/gpg.nix
|
||||
./programs/helix.nix
|
||||
./programs/kitty.nix
|
||||
./programs/neovide.nix
|
||||
./programs/neovim.nix
|
||||
./programs/packages.nix
|
||||
./programs/shell.nix
|
||||
./programs/tmux.nix
|
||||
./programs/vscodium.nix
|
||||
# ./programs/yazi.nix
|
||||
# ./programs/zathura.nix
|
||||
|
||||
# ./configs/keys.nix
|
||||
|
||||
./system/dunst.nix
|
||||
./system/hyprland.nix
|
||||
./system/rofi.nix
|
||||
./system/stylix.nix
|
||||
./system/theme.nix
|
||||
./system/waybar.nix
|
||||
./system/wlsunset.nix
|
||||
./system/wofi.nix
|
||||
]
|
||||
else if hostname == "server" then
|
||||
[
|
||||
./programs/git.nix
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
{ lib, pkgs, inputs, ... }:
|
||||
{
|
||||
# ------------------------------------------------
|
||||
# Needed Packages
|
||||
@@ -710,7 +710,7 @@
|
||||
programs.hyprlock = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
settings = lib.mkForce {
|
||||
|
||||
general = {
|
||||
grace = 5;
|
||||
|
||||
Reference in New Issue
Block a user