a whole bunch

This commit is contained in:
2026-01-10 18:44:29 +02:00
parent af5d44b671
commit 65b238ebd5
4 changed files with 4 additions and 2 deletions

View File

@@ -662,4 +662,4 @@
(setq telega-tdlib-executable nil) ;; No need for executable
(setq telega-server-libs-prefix "/nix/store/q5skl24l40lrjinl8ppy83gc0gp0z4xa-tdlib-1.8.55")
(setenv "PKG_CONFIG_PATH" "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/lib/pkgconfig/")
(setcdr (assq t org-file-apps-gnu) 'browse-url-xdg-open)

View File

@@ -98,7 +98,6 @@
enableCompletion = true;
autosuggestions.enable = true;
syntaxHighlighting.enable = true;
vi-mode.enable = true;
shellAliases = {
ll = "ls -l";

View File

@@ -1,6 +1,7 @@
{ config, lib, pkgs, ... }:
{
hardware.graphics.extraPackages = with pkgs; [ intel-vaapi-driver intel-media-driver ];
# Enable the GNOME Desktop Environment.
services.displayManager.gdm.enable = true;
services.desktopManager.gnome.enable = true;
@@ -11,6 +12,7 @@
'';
environment.systemPackages = with pkgs; [
gnomeExtensions.just-perfection
gnomeExtensions.caffeine
];
programs.dconf.profiles.user.databases = [
{

View File

@@ -26,6 +26,7 @@
discord-canary
firefox-gnome-theme
gimp
less
];
programs.steam.enable = true;
programs.firefox.enable = true;