non important commit
This commit is contained in:
parent
e571e03cf4
commit
fa327f9141
5 changed files with 13 additions and 2 deletions
BIN
assets/dark_abstract.png
Normal file
BIN
assets/dark_abstract.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.7 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 7.1 MiB |
|
|
@ -29,6 +29,10 @@
|
||||||
url = "github:ThatOtherAndrew/Hexecute";
|
url = "github:ThatOtherAndrew/Hexecute";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
floatc = {
|
||||||
|
url = "https://git.stribrny.org/max_ag/floating-calculator";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {nixpkgs, ...} @ inputs: let
|
outputs = {nixpkgs, ...} @ inputs: let
|
||||||
|
|
@ -50,7 +54,9 @@
|
||||||
home-manager = {
|
home-manager = {
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
extraSpecialArgs = {inherit inputs device-name;};
|
extraSpecialArgs = {
|
||||||
|
inherit inputs device-name;
|
||||||
|
};
|
||||||
backupFileExtension = null;
|
backupFileExtension = null;
|
||||||
users.maxag = ./home/${device-name}/home.nix;
|
users.maxag = ./home/${device-name}/home.nix;
|
||||||
sharedModules = [
|
sharedModules = [
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
{pkgs, ...}: {
|
{
|
||||||
|
pkgs,
|
||||||
|
floatc,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
./zellij.nix
|
./zellij.nix
|
||||||
];
|
];
|
||||||
|
|
@ -8,6 +12,7 @@
|
||||||
btop
|
btop
|
||||||
fastfetch
|
fastfetch
|
||||||
oh-my-posh
|
oh-my-posh
|
||||||
|
floatc.packages.${pkgs.system}.default
|
||||||
];
|
];
|
||||||
|
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue