mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-10 03:13:36 +02:00
feat: replace i3blocks/rofi's config with polybar-themes - i3
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
{username, userfullname, ...}: {
|
||||
{
|
||||
username,
|
||||
userfullname,
|
||||
nuenv,
|
||||
...
|
||||
} @ args: {
|
||||
nixpkgs.overlays =
|
||||
[
|
||||
nuenv.overlays.default
|
||||
]
|
||||
++ (import ../overlays args);
|
||||
|
||||
users.users.${username} = {
|
||||
description = userfullname;
|
||||
openssh.authorizedKeys.keys = [
|
||||
|
||||
@@ -32,9 +32,6 @@
|
||||
"Iosevka"
|
||||
];
|
||||
})
|
||||
|
||||
# added by my custom overlays, custom icon font for hyprland/i3's tray/bar
|
||||
icomoon-feather-icon-font
|
||||
];
|
||||
|
||||
# user defined fonts
|
||||
|
||||
Reference in New Issue
Block a user