From d9d253fd2ad8f416e09d1474bbc2e850211a03a3 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Sun, 22 Mar 2026 12:30:39 +1000 Subject: [PATCH] remove loose files --- TODO.md | 14 +++++++++++++- colors.rasi | 20 -------------------- patches | 11 ----------- 3 files changed, 13 insertions(+), 32 deletions(-) delete mode 100644 colors.rasi delete mode 100644 patches diff --git a/TODO.md b/TODO.md index d370575..0bdc861 100644 --- a/TODO.md +++ b/TODO.md @@ -5,9 +5,21 @@ - [ ] connect matcha to my VPN - [ ] use matcha to build stuff instead of using my laptop -- [X] update bat config - [ ] switch to zsh? or maybe elvish? - [ ] switch to neovim - [ ] switch to mangowc - [ ] fix my fuck ass emojis + +# add sddm profile pic +systemd.tmpfiles.rules = let + imagePath = /${root}/homes/aurora/profile.png; + in + lib.mkIf (builtins.pathExists imagePath) [ + "L /var/lib/AccountsService/icons/${config.home.username} - - - - ${imagePath}" + ]; + + +# Cerulean should automatically add set home-managers `home.username` and `home.homeDirectory` +# (this can be done by using .extendModule from the nixos module system :3) + diff --git a/colors.rasi b/colors.rasi deleted file mode 100644 index a36f6aa..0000000 --- a/colors.rasi +++ /dev/null @@ -1,20 +0,0 @@ -* { - background: rgba(51,37,65,0.9); - foreground: rgba(198,186,227,0.9); - color00: rgba(78,66,70,0.9); - color01: rgba(111,91,159,0.9); - color02: rgba(120,98,164,0.9); - color03: rgba(131,128,181,0.9); - color04: rgba(154,127,183,0.9); - color05: rgba(157,129,185,0.9); - color06: rgba(123,153,183,0.9); - color07: rgba(165,148,207,0.9); - color08: rgba(115,103,145,0.9); - color09: rgba(129,102,193,0.9); - color10: rgba(140,112,199,0.9); - color11: rgba(145,141,218,0.9); - color12: rgba(170,126,217,0.9); - color13: rgba(174,130,220,0.9); - color14: rgba(135,181,228,0.9); - color15: rgba(165,148,207,0.9); -} diff --git a/patches b/patches deleted file mode 100644 index 6607af5..0000000 --- a/patches +++ /dev/null @@ -1,11 +0,0 @@ -# add sddm profile pic -systemd.tmpfiles.rules = let - imagePath = /${root}/homes/aurora/profile.png; - in - lib.mkIf (builtins.pathExists imagePath) [ - "L /var/lib/AccountsService/icons/${config.home.username} - - - - ${imagePath}" - ]; - - -# Cerulean should automatically add set home-managers `home.username` and `home.homeDirectory` -# (this can be done by using .extendModule from the nixos module system :3)