small update to user configurations
Some checks are pending
🏠 Home Lab CI/CD Pipeline / 🔍 Validate Configuration (push) Waiting to run
🏠 Home Lab CI/CD Pipeline / 🔨 Build Configurations (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 🔒 Security Audit (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 📚 Documentation & Modules (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 🔄 Update Dependencies (push) Waiting to run
🏠 Home Lab CI/CD Pipeline / 🚀 Deploy Configuration (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 📢 Notify Results (push) Blocked by required conditions
Some checks are pending
🏠 Home Lab CI/CD Pipeline / 🔍 Validate Configuration (push) Waiting to run
🏠 Home Lab CI/CD Pipeline / 🔨 Build Configurations (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 🔒 Security Audit (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 📚 Documentation & Modules (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 🔄 Update Dependencies (push) Waiting to run
🏠 Home Lab CI/CD Pipeline / 🚀 Deploy Configuration (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 📢 Notify Results (push) Blocked by required conditions
This commit is contained in:
parent
ec9efc5ca1
commit
acaa8234c2
2 changed files with 3 additions and 10 deletions
|
@ -53,7 +53,7 @@
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
EDITOR = "emacs";
|
EDITOR = "emacs";
|
||||||
BROWSER = "firefox";
|
BROWSER = "firefox";
|
||||||
TERMINAL = "alacritty";
|
TERMINAL = "kitty";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -64,10 +64,6 @@
|
||||||
|
|
||||||
# Communication
|
# Communication
|
||||||
firefox
|
firefox
|
||||||
thunderbird
|
|
||||||
|
|
||||||
# Productivity
|
|
||||||
libreoffice
|
|
||||||
|
|
||||||
# Development (basic)
|
# Development (basic)
|
||||||
git
|
git
|
||||||
|
@ -75,7 +71,7 @@
|
||||||
wget
|
wget
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
vlc
|
celluloid
|
||||||
|
|
||||||
# Utilities
|
# Utilities
|
||||||
file
|
file
|
||||||
|
@ -104,8 +100,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable CUPS for printing
|
|
||||||
printing.enable = true;
|
|
||||||
|
|
||||||
# Enable sound
|
# Enable sound
|
||||||
pipewire = {
|
pipewire = {
|
||||||
|
|
|
@ -62,8 +62,7 @@
|
||||||
emacsPackages.vterm
|
emacsPackages.vterm
|
||||||
|
|
||||||
# Media & Entertainment
|
# Media & Entertainment
|
||||||
vlc
|
celluloid
|
||||||
mpv
|
|
||||||
|
|
||||||
# File Management
|
# File Management
|
||||||
nautilus
|
nautilus
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue