remove loose files
This commit is contained in:
parent
85071855ec
commit
d9d253fd2a
3 changed files with 13 additions and 32 deletions
14
TODO.md
14
TODO.md
|
|
@ -5,9 +5,21 @@
|
||||||
- [ ] connect matcha to my VPN
|
- [ ] connect matcha to my VPN
|
||||||
- [ ] use matcha to build stuff instead of using my laptop
|
- [ ] use matcha to build stuff instead of using my laptop
|
||||||
|
|
||||||
- [X] update bat config
|
|
||||||
- [ ] switch to zsh? or maybe elvish?
|
- [ ] switch to zsh? or maybe elvish?
|
||||||
- [ ] switch to neovim
|
- [ ] switch to neovim
|
||||||
- [ ] switch to mangowc
|
- [ ] switch to mangowc
|
||||||
|
|
||||||
- [ ] fix my fuck ass emojis
|
- [ ] 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)
|
||||||
|
|
||||||
|
|
|
||||||
20
colors.rasi
20
colors.rasi
|
|
@ -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);
|
|
||||||
}
|
|
||||||
11
patches
11
patches
|
|
@ -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)
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue