Compare commits

...

3 Commits

Author SHA1 Message Date
Zynh Ludwig 998af79fb6 adding gcc 2024-06-27 20:19:32 -07:00
Zynh Ludwig af4f7265e0 DISPLAY or something? 2024-06-27 20:19:32 -07:00
Zynh Ludwig bfd130c879 cargo bin bb 2024-06-27 20:19:32 -07:00
4 changed files with 8 additions and 2 deletions

View File

@ -125,6 +125,7 @@
rustup
gnumake
zig
gcc
go
python3
nodejs_22

View File

@ -1,4 +1,4 @@
{ pkgs, inputs, ... }:
{ config, pkgs, inputs, ... }:
{
imports = [
@ -33,6 +33,10 @@
home.file = { };
home.sessionPath = [
"${config.home.homeDirectory}/.cargo/bin"
];
# wayland.windowManager.hyprland = {
# enable = true;
# package = pkgs.hyprland;

View File

@ -1,4 +1,4 @@
#!/bin/sh
systemctl --user import-environment DISPLAY XAUTHORITY
while true; do
sleep 1 && date +"<-- %A, %B %d -- %H:%M -->" | xargs -I% xsetroot -name %
done

View File

@ -27,6 +27,7 @@ in
script = builtins.readFile ../home/scripts/x-root-datetime.sh;
wantedBy = [ "graphical-session.target" ];
partOf = [ "graphical-session.target" ];
after = [ "graphical-session.target" ];
};
environment.systemPackages = with pkgs; [