laptop uses gnome

This commit is contained in:
2026-02-04 18:39:02 +01:00
parent e2195ba03c
commit 64a8c707ca
5 changed files with 101 additions and 44 deletions

View File

@@ -1,5 +1,6 @@
{
imports = [
./packages.nix
../common/brave.nix
../common/direnv.nix
../common/emacs.nix
@@ -9,10 +10,6 @@
../common/tmux.nix
../common/xgd.nix
../common/libreoffice.nix
./packages.nix
./hyprland.nix
./waybar.nix
./rofi.nix
];
home.username = "lukas";

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, antigravity-nix, ... }:
{
fonts.fontconfig.enable = true;
@@ -9,6 +9,7 @@
pkgs.keepassxc
pkgs.telegram-desktop
pkgs.element-desktop
pkgs.tidal-hifi
pkgs.tree
pkgs.htop
@@ -17,12 +18,10 @@
pkgs.unzip
pkgs.feather
pkgs.electrum
pkgs.firefox
pkgs.zathura
pkgs.xfce.thunar
pkgs.ranger
pkgs.nerd-fonts.fira-code
@@ -38,25 +37,18 @@
pkgs.binutils
pkgs.gcc
pkgs.scenebuilder
# pkgs.scenebuilder
pkgs.nil
pkgs.quickemu
pkgs.zotero
pkgs.jabref
(pkgs.aspellWithDicts
(dicts: with dicts; [ de en en-computers ]))
# stuff for the waybar
pkgs.nerd-fonts.jetbrains-mono
pkgs.brightnessctl
pkgs.bluez
pkgs.bluetui
pkgs.jq
pkgs.lm_sensors
antigravity-nix.packages.x86_64-linux.default
];
}