Compare commits
No commits in common. "998af79fb681a73a7f0561baab22da732ca5c466" and "9f3082ff5a426f9ac649855ccde03b83821d1d4e" have entirely different histories.
998af79fb6
...
9f3082ff5a
|
@ -125,7 +125,6 @@
|
|||
rustup
|
||||
gnumake
|
||||
zig
|
||||
gcc
|
||||
go
|
||||
python3
|
||||
nodejs_22
|
||||
|
|
6
home.nix
6
home.nix
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
{ pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
@ -33,10 +33,6 @@
|
|||
|
||||
home.file = { };
|
||||
|
||||
home.sessionPath = [
|
||||
"${config.home.homeDirectory}/.cargo/bin"
|
||||
];
|
||||
|
||||
# wayland.windowManager.hyprland = {
|
||||
# enable = true;
|
||||
# package = pkgs.hyprland;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
systemctl --user import-environment DISPLAY XAUTHORITY
|
||||
#!/bin/sh
|
||||
while true; do
|
||||
sleep 1 && date +"<-- %A, %B %d -- %H:%M -->" | xargs -I% xsetroot -name %
|
||||
done
|
||||
|
|
|
@ -27,7 +27,6 @@ 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; [
|
||||
|
|
Loading…
Reference in New Issue