Compare commits

...

3 commits

5 changed files with 22 additions and 10 deletions

View file

@ -9,7 +9,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixgl.url = "github:nix-community/nixGL";
# nixgl.url = "github:nix-community/nixGL";
rose-pine.url = "git+https://git.punkfairie.net/punkfairie/rose-pine-nix";
@ -35,10 +35,11 @@
home-manager.lib.homeManagerConfiguration {
inherit pkgs;
extraSpecialArgs = with inputs; {
inherit nixgl;
inherit inputs;
};
extraSpecialArgs = # with inputs;
{
# inherit nixgl;
inherit inputs;
};
modules = [
./home

View file

@ -1,6 +1,6 @@
{
pkgs,
nixgl,
# nixgl,
...
}:
{
@ -10,9 +10,9 @@
targets.genericLinux.enable = true;
# GPU integration.
nixGL.packages = nixgl.packages;
nixGL.defaultWrapper = "nvidia";
nixGL.installScripts = [ "nvidia" ];
# nixGL.packages = nixgl.packages;
# nixGL.defaultWrapper = "nvidia";
# nixGL.installScripts = [ "nvidia" ];
home.language.base = "en_US.UTF-8";
@ -46,6 +46,7 @@
imports = [
./programs
./services
./xdg.nix
./xorg
];

View file

@ -0,0 +1,10 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
clipboard-jh
];
home.sessionVariables = {
CLIPBOARD_THEME = "ansi";
};
}

View file

@ -1,6 +1,7 @@
{ ... }:
{
imports = [
./clipboard.nix
./syncthing.nix
];
}

View file

@ -11,7 +11,6 @@
''
sudo mount -a
"$HOME/.config/xrandr/desktop.sh"
copyq &
mpd &
pidgin &
'';