Merge branch 'module-1.0'

This commit is contained in:
Don Harper 2024-03-29 06:45:17 -05:00
commit fa82561ead
38 changed files with 127 additions and 165 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ taskwarrior tasksh vit timewarrior ];
home.packages = with pkgs; [ taskwarrior taskwarrior-tui tasksh vit timewarrior ];
programs.taskwarrior = {
enable = true;
colorTheme = "dark-green-256";

View file

@ -3,10 +3,6 @@
programs.topgrade = {
enable = true;
settings = {
linux = {
home_manager_arguments = [ "--flake" ];
nix_arguments = "--flake";
};
misc = {
assume_yes = true;
no_retry = true;

View file

@ -1,6 +1,8 @@
{ ... }:
{ inputs, outputs, ... }:
{
imports = [ inputs.home-manager.nixosModules.home-manager ];
home-manager.extraSpecialArgs = { inherit inputs outputs; };
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;

View file

@ -52,7 +52,7 @@
poweralertd
powerline-fonts
prusa-slicer
# pwvucontrol # FIXME Build errors 2024-03-26
# pwvucontrol ## TODO FIXME This is currently broken upstream 2024-03-26
qpwgraph
quickemu
quickgui

View file

@ -1,6 +1,6 @@
{ ... }:
{ inputs, outputs, ... }:
{
# xdg.configFile."sway/config".source = files/sway/${config.networking.hostName};
# xdg.configFile."sway/config".source = files/sway/${inputs.networking.hostName};
xdg.configFile."sway/config".source = files/sway/default;
programs.swaylock = {
enable = true;