mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
aly: remove unstable call
This commit is contained in:
parent
079036864e
commit
8812440ef7
13
aly.nix
13
aly.nix
|
@ -4,12 +4,7 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: let
|
}: {
|
||||||
unstable = import inputs.nixpkgsUnstable {
|
|
||||||
system = pkgs.system;
|
|
||||||
config.allowUnfree = true;
|
|
||||||
};
|
|
||||||
in {
|
|
||||||
imports = [./homeManagerModules];
|
imports = [./homeManagerModules];
|
||||||
home.username = "aly";
|
home.username = "aly";
|
||||||
home.homeDirectory = "/home/aly";
|
home.homeDirectory = "/home/aly";
|
||||||
|
@ -17,20 +12,20 @@ in {
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
google-chrome
|
|
||||||
browsh
|
browsh
|
||||||
curl
|
curl
|
||||||
fractal
|
fractal
|
||||||
gh
|
gh
|
||||||
git
|
git
|
||||||
gnome.file-roller
|
gnome.file-roller
|
||||||
|
google-chrome
|
||||||
keepassxc
|
keepassxc
|
||||||
|
obsidian
|
||||||
plexamp
|
plexamp
|
||||||
python3
|
python3
|
||||||
ruby
|
ruby
|
||||||
tauon
|
tauon
|
||||||
trayscale
|
trayscale
|
||||||
obsidian
|
|
||||||
webcord
|
webcord
|
||||||
wget
|
wget
|
||||||
];
|
];
|
||||||
|
@ -171,7 +166,7 @@ in {
|
||||||
# # Scratchpad Notes
|
# # Scratchpad Notes
|
||||||
# bind = SUPER, N, togglespecialworkspace, notes
|
# bind = SUPER, N, togglespecialworkspace, notes
|
||||||
# bind = SUPER SHIFT, N, movetoworkspace, special:notes
|
# bind = SUPER SHIFT, N, movetoworkspace, special:notes
|
||||||
# workspace = special:notes, on-created-empty:${lib.getExe' unstable.obsidian "obsidian"}
|
# workspace = special:notes, on-created-empty:${lib.getExe' pkgs.obsidian "obsidian"}
|
||||||
# windowrulev2 = workspace special:notes,class:(obsidian)
|
# windowrulev2 = workspace special:notes,class:(obsidian)
|
||||||
|
|
||||||
# # Scratchpad Music
|
# # Scratchpad Music
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
inputs,
|
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
|
|
Loading…
Reference in a new issue