This commit is contained in:
2024-07-17 18:58:38 +01:00
parent d1918481fe
commit 2f26d6eac4
2 changed files with 9 additions and 10 deletions
+5 -8
View File
@@ -46,7 +46,9 @@
i18n= {
defaultLocale = "en_US.UTF-8";
inputMethod = {
enabled = "fcitx5";
#enabled = "fcitx5";
type = "fcitx5";
enable = true;
fcitx5 = {
# waylandFrontend = true;
addons = with pkgs; [
@@ -89,7 +91,7 @@
blueman.enable = true;
printing.enable = true; # Enable CUPS to print documents.
gvfs.enable = true;
auto-cpufreq.enable = true;
# auto-cpufreq.enable = true;
thermald.enable = true;
};
@@ -105,9 +107,7 @@
hardware = {
bluetooth.enable = true;
opengl = {
enable = true;
};
graphics.enable = true;
pulseaudio.enable = true;
# System76 Devices
@@ -117,9 +117,6 @@
# security.pam.services.swaylock = {};
security.pam.services.hyprlock = {};
# Enable sound.
sound.enable = true;
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-cjk
+4 -2
View File
@@ -41,10 +41,10 @@
firefox
floorp
genymotion
gnome.gnome-keyring
gnome-keyring
gnome.gnome-sound-recorder
gnome.gvfs
gnome.nautilus
nautilus
grim
grimblast
# gvfs
@@ -67,6 +67,7 @@
signal-desktop
slstatus
swww
teams-for-linux
texliveFull
thunderbird
tree
@@ -213,6 +214,7 @@
set-github-var = "export GITHUB=$(sed -n 2p ~/documents/.git_keys)";
set-gitlab-var = "export GITLAB=$(sed -n 4p ~/documents/.git_keys)";
work = "nix develop --impure";
build = "./build.sh";
};
};
emacs = {