remove all unecessary imports for cleaner code :)
This commit is contained in:
parent
441a7dcb60
commit
415903451f
74 changed files with 52 additions and 390 deletions
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
nativeMessagingHosts = [pkgs.firefoxpwa];
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
{...}: {
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
{...}: {
|
||||
home.file = {
|
||||
"profile" = {
|
||||
source = ./Catppuccin.profile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue