Switch from Firefox to Zen, ...

Former-commit-id: 7add142ab1
This commit is contained in:
Hadi
2024-12-03 19:36:15 +01:00
parent bd98e149f9
commit 916a9ed923
8 changed files with 154 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, config, ... }: {
{ pkgs, config, inputs, ... }: {
imports = [
./variables.nix
@@ -17,7 +17,7 @@
../../home/programs/thunar
../../home/programs/lazygit
../../home/programs/nh
../../home/programs/firefox
../../home/programs/zen
../../home/programs/server-page
# Scripts
@@ -76,7 +76,19 @@
# cava
# Backup
firefox
vscode
# Temp
mpv
pnpm
# FIXME: Temporary, for a course on Kubernetes
terraform
ansible
azure-cli
k3d
kubectl
];
# Import my profile picture, used by the hyprpanel dashboard
@@ -86,5 +98,10 @@
stateVersion = "24.05";
};
# FIXME: Temporary, for a course on Kubernetes
networking.extraHosts = ''
127.0.0.1 super-ai-croquette.local
'';
programs.home-manager.enable = true;
}