update oren to use latest sway/etc DE

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-03 15:13:25 -05:00
parent c88327b38b
commit e282bd517f
3 changed files with 113 additions and 127 deletions

View file

@ -35,12 +35,30 @@
{ config, pkgs, ... }:
{
programs = {
steam.enable = true;
nix-ld = {
enable = true;
libraries = with pkgs; [
icu
gmp
glibc
openssl
stdenv.cc.cc
];
};
};
environment.shellAliases = {
"oc" =
"all_proxy='' http_proxy='' https_proxy='' /home/josh/other/opencode/node_modules/opencode-linux-x64/bin/opencode";
"occ" = "oc -c";
};
environment.systemPackages = with pkgs; [
lua
qdirstat
ffmpeg-full
appimage-run
nodejs_24
foot
];
services.ollama = {
@ -57,15 +75,18 @@
reporting.enable = true;
};
secrets.enable = true;
desktopEnvironment.gnome.enable = true;
desktopEnvironment.sway = {
enable = true;
waybar.enable = true;
swaync.enable = true;
};
programs = {
qFlipper.enable = true;
rustDev.enable = true;
uhkAgent.enable = true;
tailnet.enable = true;
ssh.enable = true;
docker.enable = true;
opencode.enable = true;
# docker.enable = true;
virt-manager.enable = true;
flatpaks = {
enable = true;
@ -113,6 +134,7 @@
tmux
atuin
kitty
foot
direnv
git
nix_deprecations