migrated home-manager from a nixos module to a standalone thing

This commit is contained in:
rotterdam 2023-04-03 20:39:51 -03:00
parent 9c2e1ea464
commit 8aa1d65d73
11 changed files with 25 additions and 27 deletions

View file

@ -1,4 +1,4 @@
{ specialArgs, inputs, config, pkgs, lib, ... }:
{ inputs, config, pkgs, lib, ... }:
{
home = {
@ -7,10 +7,6 @@
stateVersion = "22.05";
sessionVariables = { EDITOR = "micro"; };
file = {
".config/btop/themes/catppuccin_mocha.theme".source =
"${inputs.dotfiles}/.config/btop/themes/catppuccin_mocha.theme";
".config/fish/themes/Catppuccin Mocha.theme".source =
"${inputs.dotfiles}/.config/fish/themes/Catppuccin Mocha.theme";
".config/starship.toml".source =
"${inputs.dotfiles}/.config/starship.toml";
};

View file

@ -1,4 +1,4 @@
{ specialArgs, inputs, config, pkgs, lib, ... }:
{ config, pkgs, lib, ... }:
{
programs = {

View file

@ -1,4 +1,4 @@
{ specialArgs, inputs, config, pkgs, lib, ... }:
{ inputs, config, pkgs, lib, ... }:
{
home = {
@ -16,10 +16,6 @@
"${inputs.dotfiles}/.config/MangoHud/MangoHud.conf";
".config/solvespace/settings.json".source =
"${inputs.dotfiles}/.config/solvespace/settings.json";
".local/share/color-schemes/CatppuccinLatte.colors".source =
"${inputs.dotfiles}/.local/share/color-schemes/CatppuccinLatte.colors";
".local/share/color-schemes/CatppuccinMocha.colors".source =
"${inputs.dotfiles}/.local/share/color-schemes/CatppuccinMocha.colors";
# Autostart programs
".config/autostart/koi.desktop".source =
config.lib.file.mkOutOfStoreSymlink

View file

@ -1,4 +1,4 @@
{ specialArgs, inputs, config, pkgs, lib, ... }:
{ config, pkgs, lib, ... }:
{
fonts.fontconfig.enable = true;

View file

@ -1,4 +1,4 @@
{ specialArgs, inputs, config, pkgs, lib, ... }:
{ config, pkgs, lib, ... }:
{
services = { kdeconnect.enable = true; };

View file

@ -1,4 +1,4 @@
{ specialArgs, inputs, config, pkgs, lib, ... }:
{ config, pkgs, lib, ... }:
{
imports = [

View file

@ -1,4 +1,4 @@
{ specialArgs, inputs, config, pkgs, lib, ... }:
{ config, pkgs, lib, ... }:
{
imports = [